Fix style check

This commit is contained in:
Konstantin Bogdanov 2024-11-20 18:26:58 +01:00
parent 5b1f7c258b
commit f2a2941fa6
No known key found for this signature in database

View File

@ -31,6 +31,11 @@
namespace DB
{
namespace ErrorCodes
{
extern const int LOGICAL_ERROR;
}
namespace Setting
{
extern const SettingsUInt64 glob_expansion_max_elements;