Skip to content

Commit

Permalink
Merge pull request #37 from PaulRBerg/refactor/exit-code
Browse files Browse the repository at this point in the history
refactor: rename "exit_code" to "exitCode"
  • Loading branch information
PaulRBerg authored Oct 4, 2023
2 parents bda8b6b + 3a52a0c commit 0adcd1a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Vm.sol
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ interface VmSafe {
}

struct FfiResult {
// solhint-disable-next-line var-name-mixedcase
int32 exit_code;
int32 exitCode;
bytes stdout;
bytes stderr;
}
Expand Down

0 comments on commit 0adcd1a

Please sign in to comment.