Skip to content

Commit 79fa066

Browse files
committed
Removing semicolons after method definitions
1 parent e29e60e commit 79fa066

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/StepManagerTest.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ using namespace cucumber::internal;
1212

1313
class StepManagerTest : public ::testing::Test {
1414
public:
15-
virtual ~StepManagerTest() {};
15+
virtual ~StepManagerTest() {}
1616
typedef StepManagerTestDouble StepManager;
1717

1818
protected:
19-
StepManagerTest() {};
19+
StepManagerTest() {}
2020
const static char *a_matcher;
2121
const static char *another_matcher;
2222
const static char *no_match;

0 commit comments

Comments
 (0)