removed whitespaces

This commit is contained in:
2025-04-16 12:21:10 +03:00
parent 790e6919f7
commit 51f85e4e3a

View File

@@ -97,7 +97,7 @@ namespace omath
{ {
return At(row, col); return At(row, col);
} }
constexpr Mat(Mat&& other) noexcept constexpr Mat(Mat&& other) noexcept
{ {
m_data = std::move(other.m_data); m_data = std::move(other.m_data);