run rustfmt on graph folder
This commit is contained in:
parent
a41505f4f4
commit
20bda8d5f4
@ -380,7 +380,7 @@ impl<'g, N: Debug, E: Debug> DepthFirstTraversal<'g, N, E> {
|
||||
graph: graph,
|
||||
stack: vec![],
|
||||
visited: visited,
|
||||
direction: direction
|
||||
direction: direction,
|
||||
}
|
||||
}
|
||||
|
||||
@ -394,7 +394,7 @@ impl<'g, N: Debug, E: Debug> DepthFirstTraversal<'g, N, E> {
|
||||
graph: graph,
|
||||
stack: vec![start_node],
|
||||
visited: visited,
|
||||
direction: direction
|
||||
direction: direction,
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user