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

---
 library/cpp/messagebus/remote_connection_status.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'library/cpp/messagebus/remote_connection_status.cpp')

diff --git a/library/cpp/messagebus/remote_connection_status.cpp b/library/cpp/messagebus/remote_connection_status.cpp
index 2c48b2a287..34d7973df7 100644
--- a/library/cpp/messagebus/remote_connection_status.cpp
+++ b/library/cpp/messagebus/remote_connection_status.cpp
@@ -25,8 +25,8 @@ static void Max(T& thiz, const T& that) {
 
 template <typename T>
 static void AssertZero(T& thiz, const T& that) {
-    Y_ASSERT(thiz == T());
-    Y_UNUSED(that);
+    Y_ASSERT(thiz == T()); 
+    Y_UNUSED(that); 
 }
 
 TDurationCounter::TDurationCounter()
-- 
cgit v1.2.3