Kusto-phase2: fix style, remove trailing whitespaces

This commit is contained in:
Yong Wang 2023-04-10 05:44:16 -07:00
parent c9e180cc87
commit bfb6184ccf
3 changed files with 7 additions and 7 deletions

View File

@ -1,3 +1,4 @@
#include <format>
#include <regex> #include <regex>
#include <Parsers/ASTExpressionList.h> #include <Parsers/ASTExpressionList.h>
#include <Parsers/ASTSelectWithUnionQuery.h> #include <Parsers/ASTSelectWithUnionQuery.h>
@ -15,7 +16,6 @@
#include <Parsers/Kusto/ParserKQLQuery.h> #include <Parsers/Kusto/ParserKQLQuery.h>
#include <Parsers/Kusto/ParserKQLStatement.h> #include <Parsers/Kusto/ParserKQLStatement.h>
#include <Parsers/ParserSetQuery.h> #include <Parsers/ParserSetQuery.h>
#include <format>
namespace DB::ErrorCodes namespace DB::ErrorCodes
{ {