Skip to content

Commit

Permalink
run cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ricopinazo committed Aug 23, 2024
1 parent 9305280 commit 7c26b6f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions raphtory/src/vectors/vector_selection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ use crate::{
api::view::{DynamicGraph, StaticGraphViewOps},
graph::{edge::EdgeView, node::NodeView},
},
prelude::*,
prelude::{EdgeViewOps, NodeViewOps},
prelude::{EdgeViewOps, NodeViewOps, *},
};

use super::{
Expand Down

0 comments on commit 7c26b6f

Please sign in to comment.