mirror of
https://github.com/pgsty/minio.git
synced 2026-07-22 05:30:24 +03:00
Use new gofumpt (#21613)
Update tinylib. Should fix CI. `gofumpt -w .&&go generate ./...`
This commit is contained in:
@@ -159,5 +159,5 @@ func pickRelevantGoroutines() (gs []string) {
|
||||
gs = append(gs, g)
|
||||
}
|
||||
sort.Strings(gs)
|
||||
return
|
||||
return gs
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user