aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/messagebus/locator.h
diff options
context:
space:
mode:
authoregoregor <egoregor@yandex-team.ru>2022-02-10 16:50:28 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:50:28 +0300
commitdad82c0e0157ebad6bfd7cf0e5fb3c15c42922b3 (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/messagebus/locator.h
parentd2ba528d19d736bd3424ea63017a589baef70154 (diff)
downloadydb-dad82c0e0157ebad6bfd7cf0e5fb3c15c42922b3.tar.gz
Restoring authorship annotation for <egoregor@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/messagebus/locator.h')
-rw-r--r--library/cpp/messagebus/locator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/messagebus/locator.h b/library/cpp/messagebus/locator.h
index 148595b9ee0..f8556a3fcef 100644
--- a/library/cpp/messagebus/locator.h
+++ b/library/cpp/messagebus/locator.h
@@ -40,7 +40,7 @@ namespace NBus {
TItem(TServiceId serviceId, TBusKey start, TBusKey end, const TNetAddr& addr);
};
-
+
typedef TMultiSet<TItem> TItems;
TItems Items;
TMutex Lock;