Fix lint errors
This commit is contained in:
parent
6424eea62a
commit
18ae326459
4 changed files with 6 additions and 9 deletions
|
|
@ -293,7 +293,7 @@ namespace tree_sitter {
|
|||
case ParseActionTypeReduceExtra:
|
||||
add("REDUCE_EXTRA(" + symbol_id(action.symbol) + ")");
|
||||
break;
|
||||
default:;
|
||||
default: {}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -309,7 +309,7 @@ namespace tree_sitter {
|
|||
case LexActionTypeError:
|
||||
line("LEX_ERROR();");
|
||||
break;
|
||||
default:;
|
||||
default: {}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue