mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
Use new gofumpt (#21613)
Update tinylib. Should fix CI. `gofumpt -w .&&go generate ./...`
This commit is contained in:
@@ -61,7 +61,7 @@ func optimalPartSize(objectSize int64) (partSize int64, err error) {
|
||||
// object size is larger than supported maximum.
|
||||
if objectSize > maxMultipartPutObjectSize {
|
||||
err = errors.New("entity too large")
|
||||
return
|
||||
return partSize, err
|
||||
}
|
||||
|
||||
configuredPartSize := minPartSize
|
||||
|
||||
Reference in New Issue
Block a user