Fix style

This commit is contained in:
Robert Schulze 2023-05-11 09:27:43 +00:00
parent 1f3b1c47af
commit c2a4d89b6f
No known key found for this signature in database
GPG Key ID: 26703B55FB13728A

View File

@ -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]