mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 07:03:25 +00:00
style fix
This commit is contained in:
@@ -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}};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user