Remove spurious semicolons
This commit is contained in:
parent
661314cf4e
commit
de5deeeb69
10 changed files with 13 additions and 12 deletions
|
|
@ -151,7 +151,7 @@ namespace tree_sitter {
|
|||
size_t position;
|
||||
};
|
||||
|
||||
Pattern::Pattern(const string &string) : value(string) {};
|
||||
Pattern::Pattern(const string &string) : value(string) {}
|
||||
|
||||
bool Pattern::operator==(tree_sitter::rules::Rule const &other) const {
|
||||
auto pattern = dynamic_cast<const Pattern *>(&other);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue