From 388be2ab4b2eadc475b58e66114c3ab63665743e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Duarte?= Date: Mon, 24 Feb 2025 10:08:11 +0000 Subject: [PATCH] one more fmt --- mater/lib/src/lib.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mater/lib/src/lib.rs b/mater/lib/src/lib.rs index ae0b3a072..7d9950673 100644 --- a/mater/lib/src/lib.rs +++ b/mater/lib/src/lib.rs @@ -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; }