Skip to content

Commit

Permalink
Update mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuki0824 committed Dec 8, 2024
1 parent fa3e6ff commit fada9a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connectivity/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ pub fn strongly_connected_components(graph: &digraph::PyDiGraph) -> Vec<Vec<usiz
.collect()
}

pub fn condensation_inner<'a, N, E, Ty, Ix>(
fn condensation_inner<'a, N, E, Ty, Ix>(
py: &'a Python,
g: Graph<N, E, Ty, Ix>,
make_acyclic: bool,
Expand Down

0 comments on commit fada9a1

Please sign in to comment.