diff options
author | familom <familom@yandex-team.ru> | 2022-02-10 16:49:49 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:49 +0300 |
commit | 9c61d3a2cac2a16341e82c613b030fcc03bf277a (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/messagebus/coreconn.cpp | |
parent | f281aaf77179d27d6208b873e95ae6cd45765a63 (diff) | |
download | ydb-9c61d3a2cac2a16341e82c613b030fcc03bf277a.tar.gz |
Restoring authorship annotation for <familom@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/messagebus/coreconn.cpp')
-rw-r--r-- | library/cpp/messagebus/coreconn.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/library/cpp/messagebus/coreconn.cpp b/library/cpp/messagebus/coreconn.cpp index 3ffc2a77e9..d9411bb5db 100644 --- a/library/cpp/messagebus/coreconn.cpp +++ b/library/cpp/messagebus/coreconn.cpp @@ -3,7 +3,7 @@ #include "remote_connection.h" #include <util/datetime/base.h> -#include <util/generic/yexception.h> +#include <util/generic/yexception.h> #include <util/network/socket.h> #include <util/string/util.h> #include <util/system/thread.h> @@ -25,6 +25,6 @@ namespace NBus { } ythrow yexception() << "Neither of IPv4/IPv6 is allowed."; - } - + } + } |