removed whitespaces

This commit is contained in:
2025-04-16 12:21:10 +03:00
parent b613ff9ef1
commit 2180f8ab97

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);