Skip to content

Commit

Permalink
Remove extra semicolon (pedantic)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsamseth committed Mar 21, 2019
1 parent c14e559 commit 03c371b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/color.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ enum Color {
NO_COLOR
};

ENABLE_INCR_OPERATORS_ON(Color);
ENABLE_INCR_OPERATORS_ON(Color)

inline constexpr Color operator~(Color c) {
assert(c != Color::NO_COLOR);
Expand Down

0 comments on commit 03c371b

Please sign in to comment.