Style fix

This commit is contained in:
Raúl Marín 2023-11-30 14:20:32 +01:00
parent 7fa626bfef
commit a331e346a1

View File

@ -76,6 +76,7 @@ namespace ErrorCodes
extern const int TOO_FEW_ARGUMENTS_FOR_FUNCTION;
extern const int TOO_MANY_ARGUMENTS_FOR_FUNCTION;
extern const int FUNCTION_CANNOT_HAVE_PARAMETERS;
extern const int SYNTAX_ERROR;
}
static NamesAndTypesList::iterator findColumn(const String & name, NamesAndTypesList & cols)