aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/messagebus
diff options
context:
space:
mode:
authorwiz <wiz@yandex-team.ru>2022-02-10 16:49:54 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:54 +0300
commitd55d2643fed42b214f3a9d1fcd5882cc246ad2ea (patch)
tree4bdb74c816a0f8895c17730b25e9854f9bd6ab62 /library/cpp/messagebus
parentad0e4a667b8665c2c5412b401b84920761662176 (diff)
downloadydb-d55d2643fed42b214f3a9d1fcd5882cc246ad2ea.tar.gz
Restoring authorship annotation for <wiz@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/messagebus')
-rw-r--r--library/cpp/messagebus/ya.make8
1 files changed, 4 insertions, 4 deletions
diff --git a/library/cpp/messagebus/ya.make b/library/cpp/messagebus/ya.make
index e13cf06deaf..4a6e34d9355 100644
--- a/library/cpp/messagebus/ya.make
+++ b/library/cpp/messagebus/ya.make
@@ -1,12 +1,12 @@
LIBRARY()
-
+
OWNER(g:messagebus)
IF (SANITIZER_TYPE == "undefined")
NO_SANITIZE()
ENDIF()
-SRCS(
+SRCS(
acceptor.cpp
acceptor_status.cpp
connection.cpp
@@ -50,7 +50,7 @@ SRCS(
use_count_checker.cpp
ybus.h
)
-
+
PEERDIR(
contrib/libs/sparsehash
library/cpp/codecs
@@ -65,4 +65,4 @@ PEERDIR(
library/cpp/threading/future
)
-END()
+END()