Skip to content

Commit f096f71

Browse files
committed
fixed clang format
1 parent e025e99 commit f096f71

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.clang-format

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ BraceWrapping:
3333
BeforeWhile: true
3434
SplitEmptyRecord: true
3535
SplitEmptyNamespace: true
36-
BreakBeforeBinaryOperators: All
36+
BreakBeforeBinaryOperators: NonAssignment
3737
BreakBeforeConceptDeclarations: false
3838
ColumnLimit: 120
3939
IncludeBlocks: Merge

include/omath/angle.hpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,7 @@ namespace omath
114114
}
115115

116116
[[nodiscard]]
117-
constexpr std::partial_ordering operator<=>(const Angle& other) const
118-
= default;
117+
constexpr std::partial_ordering operator<=>(const Angle& other) const = default;
119118

120119
constexpr Angle& operator-=(const Angle& other)
121120
{

0 commit comments

Comments
 (0)