mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-19 04:42:37 +00:00
Fixing style.
This commit is contained in:
parent
93950fef45
commit
0ca6bb8834
@ -207,10 +207,7 @@ public:
|
||||
for (const auto & [dest, edge] : graph.nodes[node].edges)
|
||||
{
|
||||
if (visited[dest])
|
||||
{
|
||||
std::cerr << node << " -> " << dest << std::endl;
|
||||
equi_conditions.insert(equi_conditions.end(), edge->equi_conditions.begin(), edge->equi_conditions.end());
|
||||
}
|
||||
else
|
||||
active_set.insert(dest);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user