Skip to content

Commit e2a99f6

Browse files
committed
Fix more extra semicolons
1 parent 2e2d9d4 commit e2a99f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ class NoOpCallback : public Callback {
1313
public:
1414
void start_parse() override {}
1515

16-
void filename(std::string /*fname*/) override {};
17-
void lineno(int /*line_num*/) override {};
16+
void filename(std::string /*fname*/) override {}
17+
void lineno(int /*line_num*/) override {}
1818

1919
void begin_model(std::string /*model_name*/) override {}
2020
void inputs(std::vector<std::string> /*inputs*/) override {}

0 commit comments

Comments
 (0)