Style fix

This commit is contained in:
Кирилл Гарбар 2024-01-09 06:09:55 +03:00
parent b8744c3510
commit 1ada60cf23

View File

@ -43,6 +43,7 @@ namespace ErrorCodes
{
extern const int LOGICAL_ERROR;
extern const int UNKNOWN_DATABASE_ENGINE;
extern const int NOT_IMPLEMENTED;
}
static constexpr size_t METADATA_FILE_BUFFER_SIZE = 32768;