mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 07:03:25 +00:00
fixed clang format
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user