Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
klkvr committed Apr 14, 2024
1 parent 602c0d0 commit e0a1015
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions crates/anvil/src/eth/backend/executor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -214,11 +214,7 @@ impl<'a, DB: Db + ?Sized, Validator: TransactionValidator> TransactionExecutor<'
Some(alloy_rlp::encode(&tx.transaction.transaction).into());
}

EnvWithHandlerCfg::new_with_cfg_env(
self.cfg_env.clone(),
self.block_env.clone(),
tx_env,
)
EnvWithHandlerCfg::new_with_cfg_env(self.cfg_env.clone(), self.block_env.clone(), tx_env)
}
}

Expand Down

0 comments on commit e0a1015

Please sign in to comment.