Skip to content

Commit 4a3b45f

Browse files
author
xin.wang
committed
fix format
1 parent e423d23 commit 4a3b45f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/contractor/graph_contractor.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,8 @@ std::vector<bool> contractGraph(ContractorGraph &graph,
644644
auto node = remaining_nodes[x].id;
645645
BOOST_ASSERT(node_data.contractable[node]);
646646
node_data.priorities[node] = EvaluateNodePriority(
647-
SimulateNodeContraction(data, graph, node, node_data.weights, node_data.contractable),
647+
SimulateNodeContraction(
648+
data, graph, node, node_data.weights, node_data.contractable),
648649
node_data.depths[node]);
649650
}
650651
});

0 commit comments

Comments
 (0)