mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 01:22:04 +00:00
Style #2387
This commit is contained in:
parent
74a6b0010f
commit
577268d8f5
@ -374,7 +374,8 @@ void DistributedBlockOutputStream::writeSuffix()
|
|||||||
{
|
{
|
||||||
if (job.stream)
|
if (job.stream)
|
||||||
{
|
{
|
||||||
pool->schedule([&job] () {
|
pool->schedule([&job] ()
|
||||||
|
{
|
||||||
job.stream->writeSuffix();
|
job.stream->writeSuffix();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user