Skip to content

Commit

Permalink
fmt fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Haider-Ali-DS committed Mar 2, 2023
1 parent eb4edbc commit 886d481
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion chains/ethereum/server/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
use crate::eth_types::GENESIS_BLOCK_INDEX;
use crate::utils::{get_block, get_transaction, parse_method, populate_transactions, EthDetokenizer};
use crate::utils::{
get_block, get_transaction, parse_method, populate_transactions, EthDetokenizer,
};
use anyhow::{bail, Context, Result};
use ethers::prelude::*;
use ethers::utils::keccak256;
Expand Down

0 comments on commit 886d481

Please sign in to comment.