Remove trailing whitespaces.

This commit is contained in:
hashlag
2026-07-20 02:53:46 +03:00
parent 1adec1115c
commit 233c48bb3f
+2 -2
View File
@@ -17,7 +17,7 @@ TEST(SeArrayTests, InitializationTest)
ASSERT_EQ(0, arr[i]);
}
}
{
SeArray<uint32_t, 333> arr;
@@ -59,7 +59,7 @@ TEST(SeArrayTests, EraseTest)
ASSERT_EQ(0, arr[i]);
}
}
{
SeArray<uint32_t, 333> arr;