From 233c48bb3f1b64e566bb4425123447b73527df70 Mon Sep 17 00:00:00 2001 From: hashlag Date: Mon, 20 Jul 2026 02:53:46 +0300 Subject: [PATCH] Remove trailing whitespaces. --- ChaosTests/Service/SeArrayTests.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChaosTests/Service/SeArrayTests.cpp b/ChaosTests/Service/SeArrayTests.cpp index ae224c0..9c703e0 100644 --- a/ChaosTests/Service/SeArrayTests.cpp +++ b/ChaosTests/Service/SeArrayTests.cpp @@ -17,7 +17,7 @@ TEST(SeArrayTests, InitializationTest) ASSERT_EQ(0, arr[i]); } } - + { SeArray arr; @@ -59,7 +59,7 @@ TEST(SeArrayTests, EraseTest) ASSERT_EQ(0, arr[i]); } } - + { SeArray arr;