mirror of
https://github.com/minio/minio.git
synced 2026-02-04 18:00:15 -05:00
Use new gofumpt (#21613)
Update tinylib. Should fix CI. `gofumpt -w .&&go generate ./...`
This commit is contained in:
@@ -271,7 +271,7 @@ func (c *MapClaims) Lookup(key string) (value string, ok bool) {
|
||||
if ok {
|
||||
value, ok = vinterface.(string)
|
||||
}
|
||||
return
|
||||
return value, ok
|
||||
}
|
||||
|
||||
// SetExpiry sets expiry in unix epoch secs
|
||||
|
||||
Reference in New Issue
Block a user