Third round of formatting
This commit is contained in:
parent
d1632f5021
commit
0d639ab6dc
@ -61,8 +61,9 @@ RecursiveBisection::RecursiveBisection(BisectionGraph &bisection_graph_,
|
||||
std::transform(first,
|
||||
last,
|
||||
std::back_inserter(forest),
|
||||
[this](auto graph)
|
||||
{ return TreeNode{std::move(graph), internal_state.SCCDepth()}; });
|
||||
[this](auto graph) {
|
||||
return TreeNode{std::move(graph), internal_state.SCCDepth()};
|
||||
});
|
||||
|
||||
using Feeder = tbb::feeder<TreeNode>;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user