nolintlint

This commit is contained in:
Michael Yang
2024-05-21 21:52:20 -07:00
parent 55f6eba049
commit 8ffb51749f
5 changed files with 4 additions and 5 deletions

View File

@@ -661,7 +661,7 @@ func deleteUnusedLayers(skipModelPath *ModelPath, deleteMap map[string]struct{})
// save (i.e. delete from the deleteMap) any files used in other manifests
manifest, _, err := GetManifest(fmp)
if err != nil {
// nolint: nilerr
//nolint:nilerr
return nil
}