mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
redundant break statement
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
parent
e44aacfbc1
commit
a0bff8be96
@ -163,7 +163,6 @@ func normalizeRunFlags(f *pflag.FlagSet, name string) pflag.NormalizedName {
|
||||
switch name {
|
||||
case "volumes":
|
||||
name = "volume"
|
||||
break
|
||||
}
|
||||
return pflag.NormalizedName(name)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user