diff options
author | lexeyo <lexeyo@yandex-team.ru> | 2022-02-10 16:50:52 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:52 +0300 |
commit | 7bd28c29ae2a1fba7a03bcf4c658af66fe1373bf (patch) | |
tree | 125a82183c08c617e85c03a2036a11878fe21fce /library/cpp/uri/common.h | |
parent | 00b32f5b0810b417c619169d137c29a64b54d464 (diff) | |
download | ydb-7bd28c29ae2a1fba7a03bcf4c658af66fe1373bf.tar.gz |
Restoring authorship annotation for <lexeyo@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/uri/common.h')
-rw-r--r-- | library/cpp/uri/common.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/library/cpp/uri/common.h b/library/cpp/uri/common.h index 80253577635..fb15ab10c84 100644 --- a/library/cpp/uri/common.h +++ b/library/cpp/uri/common.h @@ -103,9 +103,9 @@ namespace NUri { SchemeHTTP, SchemeHTTPS, SchemeFTP, - SchemeFILE, - SchemeWS, - SchemeWSS + SchemeFILE, + SchemeWS, + SchemeWSS // add schemes above this line , SchemeUnknown |