mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 00:52:02 +00:00
Fix style
This commit is contained in:
parent
881d5721a0
commit
9ae52910f0
@ -88,7 +88,7 @@ size_t extractMaskNumericImpl(
|
||||
if (data.size() != mask.size())
|
||||
throw Exception(ErrorCodes::LOGICAL_ERROR, "The size of a full data column is not equal to the size of a mask");
|
||||
}
|
||||
|
||||
|
||||
size_t ones_count = 0;
|
||||
size_t data_index = 0;
|
||||
|
||||
@ -135,7 +135,7 @@ size_t extractMaskNumericImpl(
|
||||
if (data_index != data_size)
|
||||
throw Exception(ErrorCodes::LOGICAL_ERROR, "The size of a short column is not equal to the number of ones in a mask");
|
||||
}
|
||||
|
||||
|
||||
return ones_count;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user