mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-02 04:22:03 +00:00
Fix style check
This commit is contained in:
parent
191937c0c6
commit
c7f0cfc4c2
@ -7,6 +7,11 @@
|
||||
namespace DB
|
||||
{
|
||||
|
||||
namespace ErrorCodes
|
||||
{
|
||||
extern const int BAD_ARGUMENTS;
|
||||
}
|
||||
|
||||
std::optional<String> checkAndGetNewFileOnInsertIfNeeded(
|
||||
const IObjectStorage & object_storage,
|
||||
const StorageObjectStorageConfiguration & configuration,
|
||||
|
@ -1,3 +1,4 @@
|
||||
#pragma once
|
||||
#include <Core/Types.h>
|
||||
|
||||
namespace DB
|
||||
|
Loading…
Reference in New Issue
Block a user