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