Skip to content

Commit

Permalink
one more fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jmg-duarte committed Feb 24, 2025
1 parent a17b931 commit 388be2a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mater/lib/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ pub use v2::{
#[cfg(feature = "blockstore")]
pub mod blockstore {
// Re-export the API so users don't need to add an extra crate in Cargo.toml
pub use blockstore::Blockstore;
pub use blockstore::Error;
pub use blockstore::{Blockstore, Error};

pub use crate::file_reader::blockstore::ReadOnlyBlockstore;
}
Expand Down

0 comments on commit 388be2a

Please sign in to comment.