mirror of
https://github.com/minio/minio.git
synced 2025-11-20 09:56:07 -05:00
run gofumpt cleanup across code-base (#14015)
This commit is contained in:
@@ -241,7 +241,7 @@ func (s *peerRESTServer) LoadUserHandler(w http.ResponseWriter, r *http.Request)
|
||||
return
|
||||
}
|
||||
|
||||
var userType = regUser
|
||||
userType := regUser
|
||||
if temp {
|
||||
userType = stsUser
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user