fixed clang format

This commit is contained in:
2025-05-04 17:42:32 +03:00
parent e025e99d18
commit f096f7179f
2 changed files with 2 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ BraceWrapping:
BeforeWhile: true
SplitEmptyRecord: true
SplitEmptyNamespace: true
BreakBeforeBinaryOperators: All
BreakBeforeBinaryOperators: NonAssignment
BreakBeforeConceptDeclarations: false
ColumnLimit: 120
IncludeBlocks: Merge

View File

@@ -114,8 +114,7 @@ namespace omath
}
[[nodiscard]]
constexpr std::partial_ordering operator<=>(const Angle& other) const
= default;
constexpr std::partial_ordering operator<=>(const Angle& other) const = default;
constexpr Angle& operator-=(const Angle& other)
{