mirror of
https://github.com/minio/minio.git
synced 2025-11-08 05:04:55 -05:00
run gofumpt cleanup across code-base (#14015)
This commit is contained in:
@@ -71,7 +71,7 @@ func TestIsValidUmaskVol(t *testing.T) {
|
||||
}
|
||||
|
||||
// Get umask of the bits stored.
|
||||
currentUmask := 0777 - uint32(st.Mode().Perm())
|
||||
currentUmask := 0o777 - uint32(st.Mode().Perm())
|
||||
|
||||
// Verify if umask is correct.
|
||||
if int(currentUmask) != testCase.expectedUmask {
|
||||
|
||||
Reference in New Issue
Block a user