Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraser999 committed Feb 15, 2024
1 parent 98f96c5 commit e4144b4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions types/src/block.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<Block> = Lazy::new(|| BlockV2::example().into());
Expand Down

0 comments on commit e4144b4

Please sign in to comment.