Skip to content

Commit

Permalink
Remove extra semicolons
Browse files Browse the repository at this point in the history
  • Loading branch information
calebzulawski committed Oct 14, 2019
1 parent 207e0e6 commit c4419a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/base/const.cpp
Expand Up @@ -3,8 +3,8 @@

struct Foo {};

HIPPO_CLASS_BEGIN(Foo);
HIPPO_CLASS_END();
HIPPO_CLASS_BEGIN(Foo)
HIPPO_CLASS_END()

TEST_CASE("const volatile type") {
hippo::configuration config;
Expand Down

0 comments on commit c4419a9

Please sign in to comment.