aboutsummaryrefslogtreecommitdiffstats
path: root/util/system/align_ut.cpp
diff options
context:
space:
mode:
authorAlexander Gololobov <davenger@yandex-team.com>2022-02-10 16:47:38 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:47:38 +0300
commitfccc62e9bfdce9be2fe7e0f23479da3a5512211a (patch)
treec0748b5dcbade83af788c0abfa89c0383d6b779c /util/system/align_ut.cpp
parent39608cdb86363c75ce55b2b9a69841c3b71f22cf (diff)
downloadydb-fccc62e9bfdce9be2fe7e0f23479da3a5512211a.tar.gz
Restoring authorship annotation for Alexander Gololobov <davenger@yandex-team.com>. Commit 2 of 2.
Diffstat (limited to 'util/system/align_ut.cpp')
-rw-r--r--util/system/align_ut.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/util/system/align_ut.cpp b/util/system/align_ut.cpp
index 6b24cbac52..3ba3a3442b 100644
--- a/util/system/align_ut.cpp
+++ b/util/system/align_ut.cpp
@@ -1,13 +1,13 @@
-#include "align.h"
-
+#include "align.h"
+
#include <library/cpp/testing/unittest/registar.h>
-class TAlignTest: public TTestBase {
+class TAlignTest: public TTestBase {
UNIT_TEST_SUITE(TAlignTest);
UNIT_TEST(TestDown)
UNIT_TEST(TestUp)
UNIT_TEST_SUITE_END();
-
+
private:
inline void TestDown() {
UNIT_ASSERT(AlignDown(0, 4) == 0);
@@ -30,6 +30,6 @@ private:
UNIT_ASSERT(AlignUp(0, 8) == 0);
UNIT_ASSERT(AlignUp(1, 8) == 8);
}
-};
-
-UNIT_TEST_SUITE_REGISTRATION(TAlignTest);
+};
+
+UNIT_TEST_SUITE_REGISTRATION(TAlignTest);