Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Evalir committed May 25, 2023
1 parent cbde969 commit 0085d51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evm/src/executor/inspector/cheatcodes/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,7 @@ where

// If the depth is 0, then this is the root call terminating
if data.journaled_state.depth() == 0 {
// See if there's a dangling expectRevert that should've been matched.
// See if there's a dangling expectRevert that should've been matched.
if self.expected_revert.is_some() {
return (
InstructionResult::Revert,
Expand Down

0 comments on commit 0085d51

Please sign in to comment.