mirror of
https://github.com/minio/minio.git
synced 2025-11-07 21:02:58 -05:00
Use new gofumpt (#21613)
Update tinylib. Should fix CI. `gofumpt -w .&&go generate ./...`
This commit is contained in:
@@ -283,7 +283,7 @@ func countPartNotSuccess(partErrs []int) (c int) {
|
||||
c++
|
||||
}
|
||||
}
|
||||
return
|
||||
return c
|
||||
}
|
||||
|
||||
// checkObjectWithAllParts sets partsMetadata and onlineDisks when xl.meta is inexistant/corrupted or outdated
|
||||
@@ -436,5 +436,5 @@ func checkObjectWithAllParts(ctx context.Context, onlineDisks []StorageAPI, part
|
||||
dataErrsByDisk[disk][part] = dataErrsByPart[part][disk]
|
||||
}
|
||||
}
|
||||
return
|
||||
return dataErrsByDisk, dataErrsByPart
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user