fixed clang format

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

View File

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

View File

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