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 | 9e5c3a530d48c7c06e75a457395b4326c94a3240 (patch) | |
tree | d7d403fbd94ec2e3d617b645e816874f42dd5ec1 /library/cpp/messagebus/oldmodule/module.h | |
parent | ee62ce80639a5785a33dbc741a798c3ff7cb1e2c (diff) | |
download | ydb-9e5c3a530d48c7c06e75a457395b4326c94a3240.tar.gz |
Restoring authorship annotation for <senderzon@yandex-team.ru>. Commit 1 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 8d1c4a5d52b..144fff3b88c 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) { |