Skip to content

Commit 8ccb62b

Browse files
authored
check format
1 parent 54dd3a0 commit 8ccb62b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fast_graph.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pub struct FastGraph {
2828
num_nodes: usize,
2929
pub(crate) ranks: Vec<usize>,
3030
pub(crate) edges_fwd: Vec<FastGraphEdge>,
31-
pub(crate) first_edge_ids_fwd: Vec<EdgeId>,
31+
pub(crate) first_edge_ids_fwd: Vec< EdgeId >,
3232

3333
pub(crate) edges_bwd: Vec<FastGraphEdge>,
3434
pub(crate) first_edge_ids_bwd: Vec<EdgeId>,

0 commit comments

Comments
 (0)