fix tidy build

This commit is contained in:
Sema Checherinda 2024-06-10 22:16:26 +02:00
parent 3db3b365ea
commit bdcf3a0739

View File

@ -189,7 +189,7 @@ void MergeTreeSink::consume(Chunk & chunk)
{
.temp_part = std::move(temp_part),
.elapsed_ns = elapsed_ns,
.block_dedup_token = std::move(block_dedup_token),
.block_dedup_token = block_dedup_token,
.part_counters = std::move(part_counters),
});
}