mirror of
https://github.com/minio/minio.git
synced 2026-02-05 02:10:14 -05:00
Use new gofumpt (#21613)
Update tinylib. Should fix CI. `gofumpt -w .&&go generate ./...`
This commit is contained in:
@@ -67,7 +67,7 @@ func (bp *BytePoolCap) Get() (b []byte) {
|
||||
// create new aligned buffer
|
||||
b = reedsolomon.AllocAligned(1, bp.wcap)[0][:bp.w]
|
||||
}
|
||||
return
|
||||
return b
|
||||
}
|
||||
|
||||
// Put returns the given Buffer to the BytePool.
|
||||
|
||||
Reference in New Issue
Block a user