1 parent 6adaab1 commit d02bb91Copy full SHA for d02bb91
1 file changed
source/ParserRules.cpp
@@ -62,7 +62,8 @@ void Parser::block() {
62
if (tk.name == ';') {
63
next_token();
64
} else {
65
- panic("end of statement, aka <;>", { First::statement, Follow::block });
+ panic("end of statement, aka <;>",
66
+ { First::statement, Follow::block });
67
}
68
69
0 commit comments