mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-12 01:12:12 +00:00
Fix style
This commit is contained in:
parent
4fcead15c3
commit
1309e780ca
@ -540,7 +540,7 @@ void QueryPipeline::finalizeWriteInQueryResultCache()
|
||||
processors->begin(), processors->end(),
|
||||
[](ProcessorPtr processor){ return processor->getName() == "StreamInQueryResultCacheTransform"; });
|
||||
|
||||
if(it != processors->end())
|
||||
if (it != processors->end())
|
||||
dynamic_cast<StreamInQueryResultCacheTransform &>(**it).finalizeWriteInQueryResultCache();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user