From 7eb3862cccdb866e7e739123c8024ccec628bb62 Mon Sep 17 00:00:00 2001
From: grand <grand@yandex-team.ru>
Date: Thu, 10 Feb 2022 16:50:06 +0300
Subject: Restoring authorship annotation for <grand@yandex-team.ru>. Commit 1
 of 2.

---
 library/cpp/deprecated/split/delim_string_iter_ut.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'library/cpp/deprecated/split/delim_string_iter_ut.cpp')

diff --git a/library/cpp/deprecated/split/delim_string_iter_ut.cpp b/library/cpp/deprecated/split/delim_string_iter_ut.cpp
index 18a8b2a160..997d5f32f9 100644
--- a/library/cpp/deprecated/split/delim_string_iter_ut.cpp
+++ b/library/cpp/deprecated/split/delim_string_iter_ut.cpp
@@ -19,16 +19,16 @@ static void AssertStringSplit(const TString& str, const TString& delim, const TV
 Y_UNIT_TEST_SUITE(TDelimStrokaIterTestSuite) {
     Y_UNIT_TEST(SingleCharacterAsDelimiter) {
         AssertStringSplit(
-            "Hello words!", " ", {"Hello", "words!"});
+            "Hello words!", " ", {"Hello", "words!"}); 
     }
 
     Y_UNIT_TEST(MultipleCharactersAsDelimiter) {
         AssertStringSplit(
-            "0, 1, 1, 2, 3, 5, 8, 13, 21, 34", "1, ", {"0, ", "", "2, 3, 5, 8, 13, 2", "34"});
+            "0, 1, 1, 2, 3, 5, 8, 13, 21, 34", "1, ", {"0, ", "", "2, 3, 5, 8, 13, 2", "34"}); 
     }
 
     Y_UNIT_TEST(NoDelimitersPresent) {
-        AssertStringSplit("This string could be yours", "\t", {"This string could be yours"});
+        AssertStringSplit("This string could be yours", "\t", {"This string could be yours"}); 
     }
 
     Y_UNIT_TEST(Cdr) {
-- 
cgit v1.2.3