Fix style check fail

This commit is contained in:
spongedc 2020-12-17 12:27:04 +08:00
parent bcaccab0ff
commit 5425fa4dd2

View File

@ -20,6 +20,7 @@ namespace ErrorCodes
{
extern const int SYNTAX_ERROR;
extern const int THERE_IS_NO_QUERY;
extern const int BAD_ARGUMENTS;
}
BlockIO InterpreterShowCreateQuery::execute()