aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/messagebus/oldmodule/module.cpp
diff options
context:
space:
mode:
authorsenderzon <senderzon@yandex-team.ru>2022-02-10 16:50:33 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:50:33 +0300
commitbfcb6e08381399a6384cd030c08a908245d9623e (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/messagebus/oldmodule/module.cpp
parent9e5c3a530d48c7c06e75a457395b4326c94a3240 (diff)
downloadydb-bfcb6e08381399a6384cd030c08a908245d9623e.tar.gz
Restoring authorship annotation for <senderzon@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/messagebus/oldmodule/module.cpp')
-rw-r--r--library/cpp/messagebus/oldmodule/module.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/library/cpp/messagebus/oldmodule/module.cpp b/library/cpp/messagebus/oldmodule/module.cpp
index dd61d18e4d..24bd778799 100644
--- a/library/cpp/messagebus/oldmodule/module.cpp
+++ b/library/cpp/messagebus/oldmodule/module.cpp
@@ -504,9 +504,9 @@ namespace NBus {
Finished.push_back(Pending[i]);
Pending.erase(Pending.begin() + i);
- return 0;
- }
-
+ return 0;
+ }
+
///////////////////////////////////////////////////////////////
/// send message to any other session or application
void TBusJob::Send(TBusMessageAutoPtr mess, TBusClientSession* session, TReplyHandler rhandler, size_t maxRetries) {