From e34f3f0e381020a427f44fbd50463d9a04089db3 Mon Sep 17 00:00:00 2001
From: prime <prime@yandex-team.ru>
Date: Thu, 10 Feb 2022 16:46:01 +0300
Subject: Restoring authorship annotation for <prime@yandex-team.ru>. Commit 2
 of 2.

---
 library/cpp/monlib/encode/buffered/string_pool_ut.cpp | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

(limited to 'library/cpp/monlib/encode/buffered/string_pool_ut.cpp')

diff --git a/library/cpp/monlib/encode/buffered/string_pool_ut.cpp b/library/cpp/monlib/encode/buffered/string_pool_ut.cpp
index 21839ccb47..9fc3421d0b 100644
--- a/library/cpp/monlib/encode/buffered/string_pool_ut.cpp
+++ b/library/cpp/monlib/encode/buffered/string_pool_ut.cpp
@@ -16,10 +16,10 @@ Y_UNIT_TEST_SUITE(TStringPoolTest) {
         UNIT_ASSERT(h2 == h3);
 
         UNIT_ASSERT_VALUES_EQUAL(h1->Frequency, 1);
-        UNIT_ASSERT_VALUES_EQUAL(h1->Index, 0); 
+        UNIT_ASSERT_VALUES_EQUAL(h1->Index, 0);
 
         UNIT_ASSERT_VALUES_EQUAL(h2->Frequency, 2);
-        UNIT_ASSERT_VALUES_EQUAL(h2->Index, 1); 
+        UNIT_ASSERT_VALUES_EQUAL(h2->Index, 1);
 
         UNIT_ASSERT_VALUES_EQUAL(strPool.BytesSize(), 6);
         UNIT_ASSERT_VALUES_EQUAL(strPool.Count(), 2);
@@ -49,8 +49,8 @@ Y_UNIT_TEST_SUITE(TStringPoolTest) {
 
     Y_UNIT_TEST(ForEach) {
         TStringPoolBuilder strPool;
-        strPool.SetSorted(true); 
- 
+        strPool.SetSorted(true);
+
         strPool.PutIfAbsent("one");
         strPool.PutIfAbsent("two");
         strPool.PutIfAbsent("two");
-- 
cgit v1.2.3