mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-13 09:52:38 +00:00
fix codestyle
This commit is contained in:
parent
b12db6e0e8
commit
0a533b0225
@ -28,9 +28,8 @@ namespace DB
|
|||||||
|
|
||||||
bool is_last;
|
bool is_last;
|
||||||
DB::readIntBinary(is_last, in);
|
DB::readIntBinary(is_last, in);
|
||||||
if (is_last) {
|
if (is_last)
|
||||||
break;
|
break;
|
||||||
}
|
|
||||||
|
|
||||||
std::string query_id;
|
std::string query_id;
|
||||||
Backtrace backtrace;
|
Backtrace backtrace;
|
||||||
|
Loading…
Reference in New Issue
Block a user