mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
fix clang-tidy
This commit is contained in:
parent
de2cc23e15
commit
416c7f2820
@ -618,7 +618,7 @@ std::pair<ColumnPtr, DataTypePtr> unflattenTuple(
|
||||
});
|
||||
}
|
||||
|
||||
const auto & [column, type, _] = createTypeFromNode(tree.getRoot());
|
||||
auto [column, type, _] = createTypeFromNode(tree.getRoot());
|
||||
return std::make_pair(std::move(column), std::move(type));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user