fixed style

This commit is contained in:
Vladislav Alpatov
2025-03-01 21:15:26 +03:00
parent 6d0d267743
commit a0f746b84c

View File

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