mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
Remove panic for unreached statement
This commit is contained in:
@@ -93,7 +93,6 @@ func (lx *lexer) nextItem() item {
|
||||
lx.state = lx.state(lx)
|
||||
}
|
||||
}
|
||||
panic("not reached")
|
||||
}
|
||||
|
||||
func lex(input string) *lexer {
|
||||
|
||||
Reference in New Issue
Block a user