Skip to content

Commit

Permalink
fix: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
royvardhan committed Sep 10, 2024
1 parent 0210803 commit deb40a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bins/revme/src/cmd/statetest/runner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ use revm::{
inspectors::TracerEip3155,
interpreter::analysis::to_analysed,
primitives::{
calc_excess_blob_gas, keccak256,AuthorizationList, Bytecode, Bytes, EVMResultGeneric, EnvWiring,
EthereumWiring, ExecutionResult, HaltReason, SpecId, TxKind, B256,
calc_excess_blob_gas, keccak256, AuthorizationList, Bytecode, Bytes, EVMResultGeneric,
EnvWiring, EthereumWiring, ExecutionResult, HaltReason, SpecId, TxKind, B256,
},
Evm,
};
Expand Down

0 comments on commit deb40a6

Please sign in to comment.