mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
Rollup merge of #37286 - srinivasreddy:graph, r=nrc
run rustfmt on graph folder
This commit is contained in:
@@ -380,7 +380,7 @@ pub fn new(graph: &'g Graph<N, E>, direction: Direction) -> Self {
|
||||
graph: graph,
|
||||
stack: vec![],
|
||||
visited: visited,
|
||||
direction: direction
|
||||
direction: direction,
|
||||
}
|
||||
}
|
||||
|
||||
@@ -394,7 +394,7 @@ pub fn with_start_node(graph: &'g Graph<N, E>,
|
||||
graph: graph,
|
||||
stack: vec![start_node],
|
||||
visited: visited,
|
||||
direction: direction
|
||||
direction: direction,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user