Remove whilespace

This commit is contained in:
Dmitry Kardymon 2023-06-28 14:12:32 +00:00
parent a41ec1221e
commit b276f450f3

View File

@ -816,7 +816,7 @@ void HTTPHandler::processQuery(
/// While still no data has been sent, we will report about query execution progress by sending HTTP headers.
/// Note that we add it unconditionally so the progress is available for `X-ClickHouse-Summary`
append_callback([&used_output, this](const Progress & progress) {
append_callback([&used_output, this](const Progress & progress) {
used_output.out->onProgress(progress);
auto thread_group = CurrentThread::getGroup();
auto peak_memory_usage = thread_group->memory_tracker.getPeak();