mirror of
https://github.com/pgsty/minio.git
synced 2026-03-15 17:17:01 +01: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