fix style

This commit is contained in:
Anton Popov 2021-05-25 16:40:55 +03:00 committed by GitHub
parent ed180daf33
commit 453a1963d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,6 +13,7 @@ namespace DB
namespace ErrorCodes
{
extern const int ILLEGAL_TYPE_OF_ARGUMENT;
extern const int NUMBER_OF_ARGUMENTS_DOESNT_MATCH;
}