Kusto-phase3: fix another style

This commit is contained in:
Yong Wang 2023-08-09 12:01:13 -07:00
parent ff9b985490
commit e08382a8c7

View File

@ -20,6 +20,10 @@
namespace DB
{
namespace ErrorCodes
{
extern const int SYNTAX_ERROR;
}
namespace
{