aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/uri/uri.h
diff options
context:
space:
mode:
authoryatagarasu <yatagarasu@yandex-team.ru>2022-02-10 16:50:52 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:50:52 +0300
commit00b32f5b0810b417c619169d137c29a64b54d464 (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/uri/uri.h
parentff57f1c07cd312cef5d977c744b278d8e5985fb5 (diff)
downloadydb-00b32f5b0810b417c619169d137c29a64b54d464.tar.gz
Restoring authorship annotation for <yatagarasu@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/uri/uri.h')
-rw-r--r--library/cpp/uri/uri.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/uri/uri.h b/library/cpp/uri/uri.h
index a7fb064ccd..3b6c19fe4a 100644
--- a/library/cpp/uri/uri.h
+++ b/library/cpp/uri/uri.h
@@ -141,7 +141,7 @@ namespace NUri {
bool FldTrySet(EField fld, const TUri& other) {
return FldTrySet(fld, other.GetField(fld));
}
-
+
private:
/// copies the value if it fits
bool FldTryCpy(EField fld, const TStringBuf& value);