mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 10:02:01 +00:00
Remove extra line
This commit is contained in:
parent
74a8b14ca4
commit
3410f96495
@ -102,7 +102,6 @@ void expandOffsetsByMask(PaddedPODArray<UInt64> & offsets, const PaddedPODArray<
|
||||
}
|
||||
|
||||
|
||||
|
||||
template <typename ValueType>
|
||||
bool tryExpandMaskColumnByMask(const ColumnPtr & column, const PaddedPODArray<UInt8> & mask, bool reverse, UInt8 default_value_for_expanding_mask)
|
||||
{
|
||||
@ -264,3 +263,4 @@ bool checkArgumentsForColumnFunction(const ColumnsWithTypeAndName & arguments)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user