mirror of
https://github.com/pgsty/minio.git
synced 2026-07-20 04:30:26 +03:00
Use new gofumpt (#21613)
Update tinylib. Should fix CI. `gofumpt -w .&&go generate ./...`
This commit is contained in:
@@ -52,5 +52,5 @@ func (l *HardLimitedReader) Read(p []byte) (n int, err error) {
|
||||
if l.N < 0 {
|
||||
return 0, ErrOverread
|
||||
}
|
||||
return
|
||||
return n, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user