aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/messagebus/www/www.cpp
diff options
context:
space:
mode:
authorAndrey Khalyavin <halyavin@gmail.com>2022-02-10 16:46:29 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:46:29 +0300
commitf773626848a7c7456803654292e716b83d69cc12 (patch)
treedb052dfcf9134f492bdbb962cb6c16cea58e1ed3 /library/cpp/messagebus/www/www.cpp
parentf43ab775d197d300eb67bd4497632b909cd7c2a5 (diff)
downloadydb-f773626848a7c7456803654292e716b83d69cc12.tar.gz
Restoring authorship annotation for Andrey Khalyavin <halyavin@gmail.com>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/messagebus/www/www.cpp')
-rw-r--r--library/cpp/messagebus/www/www.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/library/cpp/messagebus/www/www.cpp b/library/cpp/messagebus/www/www.cpp
index 62ec241d85..33c5fa0ca0 100644
--- a/library/cpp/messagebus/www/www.cpp
+++ b/library/cpp/messagebus/www/www.cpp
@@ -74,7 +74,7 @@ namespace {
TValuePtr current = FindByName(p->GetNameInternal());
if (!current) {
- Entries.emplace_back(p->GetNameInternal(), p);
+ Entries.emplace_back(p->GetNameInternal(), p);
return;
}
}
@@ -89,7 +89,7 @@ namespace {
TValuePtr current = FindByName(name);
if (!current) {
- Entries.emplace_back(name, p);
+ Entries.emplace_back(name, p);
return;
}
}
@@ -901,7 +901,7 @@ struct TBusWwwHttpServer::TImpl: public THttpServer::ICallBack {
cgiParams.Scan(url.Get(THttpURL::FieldQuery));
TBusWww::TOptionalParams params;
- //params.ParentLinks.emplace_back();
+ //params.ParentLinks.emplace_back();
//params.ParentLinks.back().Title = "temp";
//params.ParentLinks.back().Href = "http://wiki.yandex-team.ru/";