run gofmt

This commit is contained in:
Gani Georgiev
2026-07-15 13:14:52 +03:00
parent f1618ee59b
commit dcb9cf3d0a
16 changed files with 16 additions and 14 deletions
+1 -1
View File
@@ -175,7 +175,7 @@ func (app *BaseApp) expandRecords(records []*Record, expandPath string, fetchFun
}
}
}
existsSet = nil
existsSet = nil //nolint:ineffassign
// fetch rels
rels, relsErr := fetchFunc(relCollection, relIds)