mirror of
https://github.com/pantor/inja.git
synced 2026-02-17 09:03:58 +00:00
fix extra ‘;’ after in-class function definition (#268)
This commit is contained in:
@@ -339,7 +339,7 @@ public:
|
||||
|
||||
void accept(NodeVisitor& v) const {
|
||||
v.visit(*this);
|
||||
};
|
||||
}
|
||||
};
|
||||
|
||||
class BlockStatementNode : public StatementNode {
|
||||
@@ -352,7 +352,7 @@ public:
|
||||
|
||||
void accept(NodeVisitor& v) const {
|
||||
v.visit(*this);
|
||||
};
|
||||
}
|
||||
};
|
||||
|
||||
class SetStatementNode : public StatementNode {
|
||||
|
||||
Reference in New Issue
Block a user