mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-13 09:52:38 +00:00
Remove whitespace
This commit is contained in:
parent
e242192ab8
commit
8076e1ef30
@ -90,7 +90,7 @@ private:
|
||||
|
||||
Columns preprocessed_columns(2);
|
||||
for (size_t i = 0; i < 2; ++i)
|
||||
preprocessed_columns[i] = castColumn(arguments[i], common_type);
|
||||
preprocessed_columns[i] = castColumn(arguments[i], common_type);
|
||||
|
||||
std::vector<std::unique_ptr<GatherUtils::IArraySource>> sources;
|
||||
for (auto & argument_column : preprocessed_columns)
|
||||
|
Loading…
Reference in New Issue
Block a user