diff options
author | senderzon <senderzon@yandex-team.ru> | 2022-02-10 16:50:33 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:33 +0300 |
commit | bfcb6e08381399a6384cd030c08a908245d9623e (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/messagebus/oldmodule/module.h | |
parent | 9e5c3a530d48c7c06e75a457395b4326c94a3240 (diff) | |
download | ydb-bfcb6e08381399a6384cd030c08a908245d9623e.tar.gz |
Restoring authorship annotation for <senderzon@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/messagebus/oldmodule/module.h')
-rw-r--r-- | library/cpp/messagebus/oldmodule/module.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/library/cpp/messagebus/oldmodule/module.h b/library/cpp/messagebus/oldmodule/module.h index 144fff3b88..8d1c4a5d52 100644 --- a/library/cpp/messagebus/oldmodule/module.h +++ b/library/cpp/messagebus/oldmodule/module.h @@ -204,10 +204,10 @@ namespace NBus { } return call; } - } + } return nullptr; - } - + } + /// helper function to find response for previously sent messages template <class MessageType> MessageType* Get(int* startFrom = nullptr) { |