Remove spurious semicolons

This commit is contained in:
Max Brunsfeld 2014-03-09 22:24:52 -07:00
parent 661314cf4e
commit de5deeeb69
10 changed files with 13 additions and 12 deletions

View file

@ -12,7 +12,7 @@ namespace tree_sitter {
type(type),
symbol(symbol),
state_index(state_index),
child_flags(child_flags) {};
child_flags(child_flags) {}
ParseAction ParseAction::Error() {
return ParseAction(ParseActionTypeError, -1, Symbol(""), {});