aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPontus Leitzler <[email protected]>2017-10-08 17:47:57 +0200
committerAlbert Nigmatzianov <[email protected]>2017-10-08 20:35:26 +0200
commita9789e855c7696159b7db0db7f440b449edf2b31 (patch)
treef16a5a86563bfeb26b484ff2765594ca78d2bcd1
parent2c300e72a98b4351617d9b927d2d2860ece8ee24 (diff)
Remove redundant break
-rw-r--r--flag_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/flag_test.go b/flag_test.go
index 4f7310d..7454d60 100644
--- a/flag_test.go
+++ b/flag_test.go
@@ -604,7 +604,6 @@ func aliasAndWordSepFlagNames(f *FlagSet, name string) NormalizedName {
switch name {
case oldName:
name = newName
- break
}
return NormalizedName(name)