diff options
| author | Pontus Leitzler <[email protected]> | 2017-10-08 17:47:57 +0200 |
|---|---|---|
| committer | Albert Nigmatzianov <[email protected]> | 2017-10-08 20:35:26 +0200 |
| commit | a9789e855c7696159b7db0db7f440b449edf2b31 (patch) | |
| tree | f16a5a86563bfeb26b484ff2765594ca78d2bcd1 /flag_test.go | |
| parent | 2c300e72a98b4351617d9b927d2d2860ece8ee24 (diff) | |
Remove redundant break
Diffstat (limited to 'flag_test.go')
| -rw-r--r-- | flag_test.go | 1 |
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) |
