Fix style error

This commit is contained in:
alesapin 2020-03-12 17:56:01 +03:00
parent eb656c2a65
commit eac80dc420

View File

@ -32,7 +32,6 @@ namespace ErrorCodes
extern const int NUMBER_OF_ARGUMENTS_DOESNT_MATCH;
extern const int ILLEGAL_TYPE_OF_ARGUMENT;
extern const int ILLEGAL_COLUMN;
extern const int LOGICAL_ERROR;
extern const int BAD_ARGUMENTS;
}