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