Skip to content

Commit a41526c

Browse files
committed
style fix
1 parent a0d1dc4 commit a41526c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/general/unit_test_mat.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ TEST(UnitTestMatStandalone, Transpose_NonSquare)
209209

210210
TEST(UnitTestMatStandalone, Enverse)
211211
{
212-
213212
constexpr Mat<2, 2> m{{1.0f, 3.0f}, {2.0f, 5.0f}};
214213
constexpr Mat<2,2> mv{{-5.0f, 3.0f}, {2.0f, -1.0f}};
215214

0 commit comments

Comments
 (0)