diff options
author | vvvv <[email protected]> | 2025-10-08 11:41:14 +0300 |
---|---|---|
committer | vvvv <[email protected]> | 2025-10-08 12:20:42 +0300 |
commit | d73f13cfdb331365ddad0da51ec36e0a3e4cf187 (patch) | |
tree | 88cab10170ce9aa3389be7f1a09247386dcf5ebd /yql/essentials/public/sql_format/sql_format.cpp | |
parent | f377d8ad9e0741cd904c1d4934afdf24af517d93 (diff) |
YQL-20086 public
commit_hash:68b0c2e9c2960587af7d57ecedcb38f4d05890b7
Diffstat (limited to 'yql/essentials/public/sql_format/sql_format.cpp')
-rw-r--r-- | yql/essentials/public/sql_format/sql_format.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yql/essentials/public/sql_format/sql_format.cpp b/yql/essentials/public/sql_format/sql_format.cpp index 2fe769e5fc7..230beae42a1 100644 --- a/yql/essentials/public/sql_format/sql_format.cpp +++ b/yql/essentials/public/sql_format/sql_format.cpp @@ -18,4 +18,4 @@ bool SqlFormatSimple(const TString& query, TString& formattedQuery, TString& err return SqlFormatSimple(lexers, parsers, query, formattedQuery, error); } -} +} // namespace NSQLFormat |