mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
Use new gofumpt (#21613)
Update tinylib. Should fix CI. `gofumpt -w .&&go generate ./...`
This commit is contained in:
@@ -445,7 +445,7 @@ func getLatestReleaseTime(u *url.URL, timeout time.Duration, mode string) (sha25
|
||||
}
|
||||
|
||||
sha256Sum, releaseTime, _, err = parseReleaseData(data)
|
||||
return
|
||||
return sha256Sum, releaseTime, err
|
||||
}
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user