fix style

This commit is contained in:
Sema Checherinda 2024-08-08 12:59:32 +02:00
parent ec145c86f5
commit 117fedd3bb

View File

@ -19,7 +19,6 @@ namespace DB
namespace ErrorCodes
{
extern const int BAD_ARGUMENTS;
extern const int UNKNOWN_DISK;
}
std::string getOrCreateCustomDisk(DiskConfigurationPtr config, const std::string & serialization, ContextPtr context, bool attach)