diff options
| author | lexeyo <[email protected]> | 2022-02-10 16:50:52 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:50:52 +0300 |
| commit | 7bd28c29ae2a1fba7a03bcf4c658af66fe1373bf (patch) | |
| tree | 125a82183c08c617e85c03a2036a11878fe21fce /library/cpp/uri | |
| parent | 00b32f5b0810b417c619169d137c29a64b54d464 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/uri')
| -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 |
