aboutsummaryrefslogtreecommitdiff
path: root/flag_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'flag_test.go')
-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)