Skip to content

Commit

Permalink
chore: camelCase for exitCode (#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRBerg committed Sep 29, 2023
1 parent 518bb37 commit 4d9985c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Vm.sol
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ interface VmSafe {
}

struct FfiResult {
int32 exit_code;
int32 exitCode;
bytes stdout;
bytes stderr;
}
Expand Down

0 comments on commit 4d9985c

Please sign in to comment.