mirror of https://github.com/docker/compose.git
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 {
|
switch name {
|
||||||
case "volumes":
|
case "volumes":
|
||||||
name = "volume"
|
name = "volume"
|
||||||
break
|
|
||||||
}
|
}
|
||||||
return pflag.NormalizedName(name)
|
return pflag.NormalizedName(name)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue