aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/uri/common.cpp
diff options
context:
space:
mode:
authorabv <abv@yandex-team.ru>2022-02-10 16:50:09 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:50:09 +0300
commit508a599920b94ffa7fecd831fcd6e355fc0b04d6 (patch)
tree70aa260dfd0daaf11dbe1bcbfceb5cacf5002bc7 /library/cpp/uri/common.cpp
parent1072ee1402b5fb9b10d1bc5fe5bf4f50b1316d41 (diff)
downloadydb-508a599920b94ffa7fecd831fcd6e355fc0b04d6.tar.gz
Restoring authorship annotation for <abv@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/uri/common.cpp')
-rw-r--r--library/cpp/uri/common.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/uri/common.cpp b/library/cpp/uri/common.cpp
index 05af1e57d18..9b11bcc4133 100644
--- a/library/cpp/uri/common.cpp
+++ b/library/cpp/uri/common.cpp
@@ -47,7 +47,7 @@ namespace NUri {
}
};
- }
+ }
const TSchemeInfo& TSchemeInfo::Get(const TStringBuf& scheme) {
return Registry[TSchemeInfoMap::Instance().Get(scheme)];