Fix style

This commit is contained in:
Alexey Milovidov 2024-07-15 03:50:38 +02:00
parent 7d9b7cc796
commit 2860aa514d

View File

@ -22,7 +22,6 @@ namespace ErrorCodes
{
extern const int LOGICAL_ERROR;
extern const int UNKNOWN_TYPE;
extern const int ILLEGAL_SYNTAX_FOR_DATA_TYPE;
extern const int UNEXPECTED_AST_STRUCTURE;
extern const int DATA_TYPE_CANNOT_HAVE_ARGUMENTS;
}