Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
howydev committed Jul 9, 2024
1 parent 947bed3 commit 9f08a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/account/UpgradeableModularAccount.sol
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ contract UpgradeableModularAccount is

PostExecToRun[] memory postExecHooks =
_doPreHooks(getAccountStorage().selectorData[msg.sig].executionHooks, msg.data);

_;

_doCachedPostExecHooks(postExecHooks);
Expand Down

0 comments on commit 9f08a1b

Please sign in to comment.