mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-11 18:14:03 +00:00
dbms: removed whitespace [#METR-2944].
This commit is contained in:
parent
d48daeea8f
commit
f628605b1a
@ -206,7 +206,7 @@ private:
|
||||
|
||||
size_t rows = 0;
|
||||
size_t bytes = 0;
|
||||
stream.setProgressCallback([&](size_t rows_inc , size_t bytes_inc) { rows += rows_inc; bytes += bytes_inc; });
|
||||
stream.setProgressCallback([&](size_t rows_inc, size_t bytes_inc) { rows += rows_inc; bytes += bytes_inc; });
|
||||
|
||||
stream.readPrefix();
|
||||
while (Block block = stream.read())
|
||||
|
Loading…
Reference in New Issue
Block a user