Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
shivamka1 committed Dec 12, 2024
1 parent e9d7f2d commit 98c44d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion raphtory/src/db/api/storage/storage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ use crate::{
use crate::db::api::storage::graph::edges::edge_storage_ops::EdgeStorageOps;
#[cfg(feature = "search")]
use crate::search::{GraphIndex, Searcher};
#[cfg(feature = "search")]
#[cfg(feature = "proto")]
use crate::serialise::GraphFolder;
#[cfg(feature = "proto")]
use once_cell::sync::OnceCell;
Expand Down

0 comments on commit 98c44d4

Please sign in to comment.