From 9a688d644be039e66a24f55c77350c98e3381436 Mon Sep 17 00:00:00 2001
From: kletskov <kletskov@yandex-team.ru>
Date: Thu, 10 Feb 2022 16:49:40 +0300
Subject: Restoring authorship annotation for <kletskov@yandex-team.ru>. Commit
 1 of 2.

---
 library/cpp/http/server/http.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'library/cpp/http/server/http.h')

diff --git a/library/cpp/http/server/http.h b/library/cpp/http/server/http.h
index b292d38f27..c66c7e7f4b 100644
--- a/library/cpp/http/server/http.h
+++ b/library/cpp/http/server/http.h
@@ -84,8 +84,8 @@ public:
     i64 GetClientCount() const;
 
     class TImpl;
-    size_t GetRequestQueueSize() const;
-    size_t GetFailQueueSize() const;
+    size_t GetRequestQueueSize() const; 
+    size_t GetFailQueueSize() const; 
 
     const IThreadPool& GetRequestQueue() const;
     const IThreadPool& GetFailQueue() const;
-- 
cgit v1.2.3