mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
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
|
"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"},
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue