mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-02 04:22:03 +00:00
Remove whilespace
This commit is contained in:
parent
a41ec1221e
commit
b276f450f3
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user