Merge pull request #41883 from thaJeztah/fix_gofmt

volumes/local: gofmt
This commit is contained in:
Akihiro Suda 2021-01-15 19:11:50 +09:00 committed by GitHub
commit 0456e058d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,9 +32,9 @@ var (
"size": {}, // quota size limit
}
mandatoryOpts = map[string][]string{
"device": []string{"type"},
"type": []string{"device"},
"o": []string{"device", "type"},
"device": {"type"},
"type": {"device"},
"o": {"device", "type"},
}
)