diff options
author | familom <[email protected]> | 2022-02-10 16:49:49 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:49 +0300 |
commit | f281aaf77179d27d6208b873e95ae6cd45765a63 (patch) | |
tree | b4229c6ece98c855bd9821ef0b656042c29a8953 /library/cpp/messagebus/coreconn.cpp | |
parent | 53d07fb9e28d179add32cd299c9341bf8a231a31 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 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 d9411bb5db3..3ffc2a77e9c 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."; - } - + } + } |