mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Fix style
This commit is contained in:
parent
1f3b1c47af
commit
c2a4d89b6f
@ -79,7 +79,8 @@ public:
|
||||
size_t max_byte_size = total_codepoints * 4 + input_rows_count;
|
||||
data_to.resize(max_byte_size);
|
||||
|
||||
const auto generate_code_point = [](UInt32 rand) {
|
||||
const auto generate_code_point = [](UInt32 rand)
|
||||
{
|
||||
/// We want to generate number in [0x0, 0x70000) and shift it if need
|
||||
|
||||
/// Generate highest byte in [0, 6]
|
||||
|
Loading…
Reference in New Issue
Block a user