added some finals

This commit is contained in:
2024-09-03 21:51:40 +03:00
parent 51336b9669
commit 251998e7f7
4 changed files with 4 additions and 4 deletions

View File

@@ -8,7 +8,7 @@
using namespace omath;
class UnitTestMatrix : public ::testing::Test
class UnitTestMatrix final : public ::testing::Test
{
protected:
Matrix m1;