mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 07:03:25 +00:00
fixed style
This commit is contained in:
@@ -172,7 +172,6 @@ namespace omath
|
||||
|
||||
[[nodiscard]] constexpr Vector3 operator-() const
|
||||
{
|
||||
|
||||
return Vector3<Type>{-this->x, -this->y, -z};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user