Skip to content

Commit

Permalink
small style adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek Sorensen authored and Derek Sorensen committed Dec 18, 2024
1 parent 8f011da commit a8561df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion certora/specs/v1.5/Execute.spec
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ rule executePermissions(method f) filtered {
f.selector != sig:getStorageAt(uint256,uint256).selector
} {
env e;
require (execute_called == false);
require !execute_called;

calldataarg args;
f(e, args);
Expand Down

0 comments on commit a8561df

Please sign in to comment.