diff options
author | abv <abv@yandex-team.ru> | 2022-02-10 16:50:09 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:09 +0300 |
commit | 508a599920b94ffa7fecd831fcd6e355fc0b04d6 (patch) | |
tree | 70aa260dfd0daaf11dbe1bcbfceb5cacf5002bc7 /library/cpp/uri/uri.h | |
parent | 1072ee1402b5fb9b10d1bc5fe5bf4f50b1316d41 (diff) | |
download | ydb-508a599920b94ffa7fecd831fcd6e355fc0b04d6.tar.gz |
Restoring authorship annotation for <abv@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/uri/uri.h')
-rw-r--r-- | library/cpp/uri/uri.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/uri/uri.h b/library/cpp/uri/uri.h index 3b6c19fe4a..f6a7424951 100644 --- a/library/cpp/uri/uri.h +++ b/library/cpp/uri/uri.h @@ -623,4 +623,4 @@ Y_DECLARE_OUT_SPEC(inline, NUri::TUri, out, url) { Y_DECLARE_OUT_SPEC(inline, NUri::TUri::TLinkType, out, t) { out << NUri::LinkTypeToString(t); -} +} |