Skip to content

Commit

Permalink
bet
Browse files Browse the repository at this point in the history
  • Loading branch information
hoank101 committed Dec 26, 2024
1 parent 01552cf commit e0a70bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/chain-state/src/test_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,8 @@ impl<N: NodePrimitives> TestBlockBuilder<N> {

impl TestBlockBuilder {
/// Creates a `TestBlockBuilder` configured for Ethereum primitives.
pub fn eth() -> TestBlockBuilder<EthPrimitives> {
TestBlockBuilder::<EthPrimitives>::default()
pub fn eth() -> Self{
Self::default()
}
}
/// A test `ChainEventSubscriptions`
Expand Down

0 comments on commit e0a70bd

Please sign in to comment.