Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Karrq committed Sep 20, 2024
1 parent 10c35da commit 05f2e2e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion crates/cheatcodes/src/inspector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1530,7 +1530,11 @@ impl Cheatcodes {
return None;
}

if ecx.db.get_test_contract_address().map(|addr| call.bytecode_address == addr).unwrap_or_default()
if ecx
.db
.get_test_contract_address()
.map(|addr| call.bytecode_address == addr)
.unwrap_or_default()
{
info!(
"running call in EVM, instead of zkEVM (Test Contract) {:#?}",
Expand Down

0 comments on commit 05f2e2e

Please sign in to comment.