Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
hashcashier committed Nov 27, 2023
1 parent 13254a9 commit 8516a7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion primitives/src/ethers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ use ethers_core::types::{
},
Block as EthersBlock, Bytes as EthersBytes, EIP1186ProofResponse,
Transaction as EthersTransaction, TransactionReceipt as EthersReceipt,
Withdrawal as EthersWithdrawal, H160 as EthersH160, H256 as EthersH256, U256 as EthersU256, U64
Withdrawal as EthersWithdrawal, H160 as EthersH160, H256 as EthersH256, U256 as EthersU256,
U64,
};

use crate::{
Expand Down

0 comments on commit 8516a7d

Please sign in to comment.