summaryrefslogtreecommitdiffstats
path: root/library/cpp/uri/parse.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/uri/parse.cpp')
-rw-r--r--library/cpp/uri/parse.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/uri/parse.cpp b/library/cpp/uri/parse.cpp
index 1db4e008c49..739ccbb3d13 100644
--- a/library/cpp/uri/parse.cpp
+++ b/library/cpp/uri/parse.cpp
@@ -146,7 +146,7 @@ namespace NUri {
const TSection& scheme = Sections[TField::FieldScheme];
Scheme = scheme.IsSet() ? TSchemeInfo::GetKind(scheme.Get()) : TScheme::SchemeEmpty;
const TSchemeInfo& schemeInfo = TSchemeInfo::Get(Scheme);
-
+
if (IsRootless()) {
// opaque case happens
if (schemeInfo.FldReq & TField::FlagHost)