From a0f746b84c26a4bcfe6b96982eca15c0a6b23b5e Mon Sep 17 00:00:00 2001 From: Vladislav Alpatov Date: Sat, 1 Mar 2025 21:15:26 +0300 Subject: [PATCH] fixed style --- include/omath/Vector3.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/omath/Vector3.hpp b/include/omath/Vector3.hpp index 9c2e9c3..6fe1229 100644 --- a/include/omath/Vector3.hpp +++ b/include/omath/Vector3.hpp @@ -172,7 +172,6 @@ namespace omath [[nodiscard]] constexpr Vector3 operator-() const { - return Vector3{-this->x, -this->y, -z}; }