From e4144b40afbd5f1e31e104cfb4ac4faac8665d79 Mon Sep 17 00:00:00 2001 From: Fraser Hutchison Date: Thu, 15 Feb 2024 15:00:30 +0000 Subject: [PATCH] fix formatting --- types/src/block.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/types/src/block.rs b/types/src/block.rs index b83fd46362..0d662e8608 100644 --- a/types/src/block.rs +++ b/types/src/block.rs @@ -47,10 +47,7 @@ pub use rewarded_signatures::{RewardedSignatures, SingleBlockRewardedSignatures} pub use rewards::Rewards; pub use signed_block_header::{SignedBlockHeader, SignedBlockHeaderValidationError}; #[cfg(any(all(feature = "std", feature = "testing"), test))] -pub use test_block_builder::{ - TestBlockV1Builder, - TestBlockBuilder, -}; +pub use test_block_builder::{TestBlockBuilder, TestBlockV1Builder}; #[cfg(feature = "json-schema")] static BLOCK: Lazy = Lazy::new(|| BlockV2::example().into());