From a41526c494580bf2b3aeadf8bf221577b788b7dd Mon Sep 17 00:00:00 2001 From: Orange Date: Tue, 29 Apr 2025 20:52:41 +0300 Subject: [PATCH] style fix --- tests/general/unit_test_mat.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/general/unit_test_mat.cpp b/tests/general/unit_test_mat.cpp index abf6f1e..7fc25f6 100644 --- a/tests/general/unit_test_mat.cpp +++ b/tests/general/unit_test_mat.cpp @@ -209,7 +209,6 @@ TEST(UnitTestMatStandalone, Transpose_NonSquare) TEST(UnitTestMatStandalone, Enverse) { - constexpr Mat<2, 2> m{{1.0f, 3.0f}, {2.0f, 5.0f}}; constexpr Mat<2,2> mv{{-5.0f, 3.0f}, {2.0f, -1.0f}};