Skip to content

Commit 8083ea4

Browse files
committed
Apply clang-format
1 parent 33ec44c commit 8083ea4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

score.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class Score {
3939
int value;
4040
};
4141

42-
Score() : score(InternalUnits{ VALUE_ZERO }) {};
42+
Score() : score(InternalUnits{ VALUE_ZERO }){};
4343
Score(Value v);
4444

4545
template <typename T> bool is() const { return std::holds_alternative<T>(score); }

0 commit comments

Comments
 (0)