Skip to content

Commit

Permalink
fix doc test
Browse files Browse the repository at this point in the history
  • Loading branch information
tcoratger committed Sep 26, 2024
1 parent 5abd705 commit 4700563
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testing/testing-utils/src/genesis_allocator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ use std::{
///
/// # Example
/// ```
/// # use alloy_primitives::Address;
/// # use reth_primitives::{U256, hex, Bytes};
/// # use alloy_primitives::{Address, U256};
/// # use reth_primitives::{hex, Bytes};
/// # use reth_testing_utils::GenesisAllocator;
/// # use std::str::FromStr;
/// let mut allocator = GenesisAllocator::default();
Expand Down

0 comments on commit 4700563

Please sign in to comment.