Sean Holcomb 4 anni fa
parent
commit
17552ffcea
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      pkg/kubecost/asset.go

+ 1 - 1
pkg/kubecost/asset.go

@@ -2727,7 +2727,7 @@ func (as *AssetSet) ReconciliationMatch(query Asset) (Asset, bool, error) {
 	for _, asset := range as.assets {
 		// Ignore cloud assets when looking for reconciliation matches
 		if asset.Type() == CloudAssetType {
-			continue;
+			continue
 		}
 		if k, err := key(asset, fullMatchProps); err != nil {
 			return nil, false, err