Skip to content

Commit 6d53bdd

Browse files
committed
gosimple does not like break
1 parent b3a79e3 commit 6d53bdd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

stringstyle_formatter.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,13 +122,10 @@ func GetFormattingStyleOptions(style string) (FormattingStyle, CaseSetting, Case
122122
switch styleLower {
123123
case string(Camel):
124124
formattingStyle = Camel
125-
break
126125
case string(Snake):
127126
formattingStyle = Snake
128-
break
129127
case string(Kebab):
130128
formattingStyle = Kebab
131-
break
132129
}
133130

134131
runes := []rune(style)

0 commit comments

Comments
 (0)