volumes/local: gofmt

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2021-01-14 14:54:37 +01:00
parent 41e5d459f1
commit 4f36640553
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
1 changed files with 3 additions and 3 deletions

View File

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