mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Remove redundant new line
This commit is contained in:
parent
9881c60fdb
commit
82c5ff6e9b
@ -885,7 +885,6 @@ void CacheDictionary::update(BunchUpdateUnit & bunch_update_unit) const
|
||||
|
||||
const auto & ids = id_column->getData();
|
||||
|
||||
|
||||
/// cache column pointers
|
||||
const auto column_ptrs = ext::map<std::vector>(
|
||||
ext::range(0, attributes.size()), [&block](size_t i) { return block.safeGetByPosition(i + 1).column.get(); });
|
||||
|
Loading…
Reference in New Issue
Block a user