Skip to content

Commit

Permalink
cargo fmt --all
Browse files Browse the repository at this point in the history
  • Loading branch information
jpacold committed Sep 16, 2024
1 parent e77f71c commit 6f49cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rustworkx-core/src/community/utils.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use super::metrics::{ModularityEdgeWeight, Modularity};
use super::metrics::{Modularity, ModularityEdgeWeight};
use petgraph::visit::{Data, EdgeRef};

pub fn total_edge_weight<G>(graph: &G) -> f64
Expand Down

0 comments on commit 6f49cae

Please sign in to comment.