Skip to content

Commit d02bb91

Browse files
committed
nothing
1 parent 6adaab1 commit d02bb91

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

source/ParserRules.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ void Parser::block() {
6262
if (tk.name == ';') {
6363
next_token();
6464
} else {
65-
panic("end of statement, aka <;>", { First::statement, Follow::block });
65+
panic("end of statement, aka <;>",
66+
{ First::statement, Follow::block });
6667
}
6768
}
6869
}

0 commit comments

Comments
 (0)