aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/messagebus/www
diff options
context:
space:
mode:
authorAndrey Khalyavin <halyavin@gmail.com>2022-02-10 16:46:30 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:46:30 +0300
commit4b839d0704ee9be1dabb0310a1f03af24963637b (patch)
tree1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /library/cpp/messagebus/www
parentf773626848a7c7456803654292e716b83d69cc12 (diff)
downloadydb-4b839d0704ee9be1dabb0310a1f03af24963637b.tar.gz
Restoring authorship annotation for Andrey Khalyavin <halyavin@gmail.com>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/messagebus/www')
-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 33c5fa0ca0..62ec241d85 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/";