Skip to content

Commit c926ad7

Browse files
committed
Add missing break
1 parent c375a88 commit c926ad7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

v2/codetags/parser.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,8 @@ parseLoop:
267267
}
268268
tag.WriteString(ident)
269269
st = stMaybeArgs
270+
default:
271+
break parseLoop
270272
}
271273
case stMaybeArgs:
272274
switch {

0 commit comments

Comments
 (0)