volumes/local: gofmt
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
41e5d459f1
commit
4f36640553
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