Fix style

This commit is contained in:
Robert Schulze 2023-01-05 11:11:20 +00:00
parent 4fcead15c3
commit 1309e780ca
No known key found for this signature in database
GPG Key ID: 26703B55FB13728A

View File

@ -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();
}