Trim trailing whitespace
This commit is contained in:
parent
c312f985c8
commit
2c382b7363
7 changed files with 15 additions and 15 deletions
|
|
@ -15,7 +15,7 @@ namespace tree_sitter {
|
|||
size_t consumed_symbol_count) :
|
||||
Item(lhs, rule),
|
||||
consumed_symbol_count(consumed_symbol_count) {}
|
||||
|
||||
|
||||
bool ParseItem::operator==(const ParseItem &other) const {
|
||||
return
|
||||
(lhs == other.lhs) &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue