@@ -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