Fix style check

This commit is contained in:
kssenii 2024-04-20 11:47:41 +01:00
parent 191937c0c6
commit c7f0cfc4c2
2 changed files with 6 additions and 0 deletions

View File

@ -7,6 +7,11 @@
namespace DB
{
namespace ErrorCodes
{
extern const int BAD_ARGUMENTS;
}
std::optional<String> checkAndGetNewFileOnInsertIfNeeded(
const IObjectStorage & object_storage,
const StorageObjectStorageConfiguration & configuration,

View File

@ -1,3 +1,4 @@
#pragma once
#include <Core/Types.h>
namespace DB