Merge pull request #41883 from thaJeztah/fix_gofmt
volumes/local: gofmt
This commit is contained in:
commit
0456e058d2
1 changed files with 3 additions and 3 deletions
|
@ -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"},
|
||||
}
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue