mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Fixed double whitespaces
This commit is contained in:
parent
ffbbb173c5
commit
d798cbde2f
@ -279,7 +279,7 @@ StoragePtr StorageDistributed::createWithOwnCluster(
|
||||
const Context & context_)
|
||||
{
|
||||
auto res = ext::shared_ptr_helper<StorageDistributed>::create(
|
||||
String{}, table_name_, columns_, ConstraintsDescription{}, remote_table_function_ptr_, String{}, context_, ASTPtr(), String(), false);
|
||||
String{}, table_name_, columns_, ConstraintsDescription{}, remote_table_function_ptr_, String{}, context_, ASTPtr(), String(), false);
|
||||
|
||||
res->owned_cluster = owned_cluster_;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user