style fix

This commit is contained in:
2025-04-29 20:52:41 +03:00
parent a0d1dc4313
commit a41526c494

View File

@@ -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}};