Fix style

This commit is contained in:
Igor Nikonov 2024-05-28 13:03:24 +00:00
parent 29346f6073
commit 1aa5d70d2a

View File

@ -530,7 +530,8 @@ void executeQueryWithParallelReplicas(
auto union_step = std::make_unique<UnionStep>(std::move(input_streams));
query_plan.unitePlans(std::move(union_step), std::move(plans));
}
else {
else
{
auto read_from_remote = std::make_unique<ReadFromParallelRemoteReplicasStep>(
query_ast,
new_cluster,