mirror of
https://github.com/minio/minio.git
synced 2025-11-08 21:24:55 -05:00
Use new gofumpt (#21613)
Update tinylib. Should fix CI. `gofumpt -w .&&go generate ./...`
This commit is contained in:
@@ -245,7 +245,7 @@ func testAPIHeadObjectHandlerWithEncryption(obj ObjectLayer, instanceType, bucke
|
||||
for _, l := range oi.partLengths {
|
||||
sum += l
|
||||
}
|
||||
return
|
||||
return sum
|
||||
}
|
||||
|
||||
// set of inputs for uploading the objects before tests for
|
||||
@@ -677,7 +677,7 @@ func testAPIGetObjectWithMPHandler(obj ObjectLayer, instanceType, bucketName str
|
||||
for _, l := range oi.partLengths {
|
||||
sum += l
|
||||
}
|
||||
return
|
||||
return sum
|
||||
}
|
||||
|
||||
// set of inputs for uploading the objects before tests for
|
||||
|
||||
Reference in New Issue
Block a user