aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/messagebus/config/ya.make
diff options
context:
space:
mode:
authorAlexey Bykov <alexei4203@yandex.ru>2022-02-10 16:47:16 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:47:16 +0300
commit4cadece7a57ab767e762a0bea1995a596aefeb11 (patch)
tree7649c16cf4b52e994709f6c9e1716c993ca28759 /library/cpp/messagebus/config/ya.make
parent143876304996506751ade0b80b3c47f188b9834f (diff)
downloadydb-4cadece7a57ab767e762a0bea1995a596aefeb11.tar.gz
Restoring authorship annotation for Alexey Bykov <alexei4203@yandex.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/messagebus/config/ya.make')
-rw-r--r--library/cpp/messagebus/config/ya.make26
1 files changed, 13 insertions, 13 deletions
diff --git a/library/cpp/messagebus/config/ya.make b/library/cpp/messagebus/config/ya.make
index 20c7dfed19..8e5a8f6163 100644
--- a/library/cpp/messagebus/config/ya.make
+++ b/library/cpp/messagebus/config/ya.make
@@ -1,15 +1,15 @@
-LIBRARY()
-
-OWNER(g:messagebus)
-
-PEERDIR(
+LIBRARY()
+
+OWNER(g:messagebus)
+
+PEERDIR(
library/cpp/getopt
library/cpp/deprecated/enum_codegen
-)
-
-SRCS(
- netaddr.cpp
- session_config.cpp
-)
-
-END()
+)
+
+SRCS(
+ netaddr.cpp
+ session_config.cpp
+)
+
+END()