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

---
 library/cpp/messagebus/rain_check/http/client_ut.cpp | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

(limited to 'library/cpp/messagebus/rain_check/http/client_ut.cpp')

diff --git a/library/cpp/messagebus/rain_check/http/client_ut.cpp b/library/cpp/messagebus/rain_check/http/client_ut.cpp
index 07941acdf5..1628114391 100644
--- a/library/cpp/messagebus/rain_check/http/client_ut.cpp
+++ b/library/cpp/messagebus/rain_check/http/client_ut.cpp
@@ -141,10 +141,10 @@ namespace {
 
 } // anonymous namespace
 
-Y_UNIT_TEST_SUITE(RainCheckHttpClient) { 
+Y_UNIT_TEST_SUITE(RainCheckHttpClient) {
     static const TIpPort SERVER_PORT = 4000;
 
-    Y_UNIT_TEST(Simple) { 
+    Y_UNIT_TEST(Simple) {
         // TODO: randomize port
         if (!IsFixedPortTestAllowed()) {
             return;
@@ -159,7 +159,7 @@ Y_UNIT_TEST_SUITE(RainCheckHttpClient) {
         env.TestSync.WaitForAndIncrement(1);
     }
 
-    Y_UNIT_TEST(SimplePost) { 
+    Y_UNIT_TEST(SimplePost) {
         // TODO: randomize port
         if (!IsFixedPortTestAllowed()) {
             return;
@@ -174,7 +174,7 @@ Y_UNIT_TEST_SUITE(RainCheckHttpClient) {
         env.TestSync.WaitForAndIncrement(1);
     }
 
-    Y_UNIT_TEST(HttpCodeExtraction) { 
+    Y_UNIT_TEST(HttpCodeExtraction) {
     // Find "request failed(" string, then copy len("HTTP/1.X NNN") chars and try to convert NNN to HTTP code.
 
 #define CHECK_VALID_LINE(line, code)                                    \
-- 
cgit v1.2.3