summaryrefslogtreecommitdiffstats
path: root/yql/essentials/parser/lexer_common/parse_hints_impl.cpp
diff options
context:
space:
mode:
authorvvvv <[email protected]>2025-10-08 14:35:50 +0300
committervvvv <[email protected]>2025-10-08 15:09:49 +0300
commit343f6fb150d2e6f4316b082cee900527d4b33a25 (patch)
tree4572f02dd97f8c103af2996f8fdffab253507311 /yql/essentials/parser/lexer_common/parse_hints_impl.cpp
parentaa9cbcada343c3aa0a322d5ff3935e98f28d7a76 (diff)
YQL-20086 parser
commit_hash:dd605e5cde39ff07fdadf62f0c2364a8b12c8405
Diffstat (limited to 'yql/essentials/parser/lexer_common/parse_hints_impl.cpp')
-rw-r--r--yql/essentials/parser/lexer_common/parse_hints_impl.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/yql/essentials/parser/lexer_common/parse_hints_impl.cpp b/yql/essentials/parser/lexer_common/parse_hints_impl.cpp
index 10a0257e5df..835d69a0ab2 100644
--- a/yql/essentials/parser/lexer_common/parse_hints_impl.cpp
+++ b/yql/essentials/parser/lexer_common/parse_hints_impl.cpp
@@ -100,6 +100,6 @@ TVector<TSQLHint> ParseSqlHints(NYql::TPosition commentPos, const TStringBuf& co
return result;
}
-}
+} // namespace NDetail
-}
+} // namespace NSQLTranslation