Fix style check

This commit is contained in:
Robert Schulze 2022-06-26 15:45:52 +00:00
parent b8f67185bf
commit cb5d1a4a85
No known key found for this signature in database
GPG Key ID: 26703B55FB13728A
2 changed files with 0 additions and 2 deletions

View File

@ -21,7 +21,6 @@ namespace ErrorCodes
{
extern const int ILLEGAL_TYPE_OF_ARGUMENT;
extern const int ILLEGAL_COLUMN;
extern const int FUNCTION_NOT_ALLOWED;
}

View File

@ -36,7 +36,6 @@ namespace ErrorCodes
{
extern const int ILLEGAL_TYPE_OF_ARGUMENT;
extern const int ILLEGAL_COLUMN;
extern const int FUNCTION_NOT_ALLOWED;
}