summaryrefslogtreecommitdiffstats
path: root/library/cpp/messagebus/coreconn.cpp
diff options
context:
space:
mode:
authorfamilom <[email protected]>2022-02-10 16:49:49 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:49:49 +0300
commitf281aaf77179d27d6208b873e95ae6cd45765a63 (patch)
treeb4229c6ece98c855bd9821ef0b656042c29a8953 /library/cpp/messagebus/coreconn.cpp
parent53d07fb9e28d179add32cd299c9341bf8a231a31 (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.cpp6
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.";
- }
-
+ }
+
}