fixed style

This commit is contained in:
Vladislav Alpatov
2025-03-01 21:15:26 +03:00
parent a68ebd9ab7
commit 81b7aceb1a

View File

@@ -172,7 +172,6 @@ namespace omath
[[nodiscard]] constexpr Vector3 operator-() const
{
return Vector3<Type>{-this->x, -this->y, -z};
}