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
commit9e5c3a530d48c7c06e75a457395b4326c94a3240 (patch)
treed7d403fbd94ec2e3d617b645e816874f42dd5ec1 /library/cpp/messagebus/oldmodule/module.cpp
parentee62ce80639a5785a33dbc741a798c3ff7cb1e2c (diff)
downloadydb-9e5c3a530d48c7c06e75a457395b4326c94a3240.tar.gz
Restoring authorship annotation for <senderzon@yandex-team.ru>. Commit 1 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 24bd778799..dd61d18e4d 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) {