Skip to content

Commit

Permalink
✨ Prettify
Browse files Browse the repository at this point in the history
  • Loading branch information
JaredBorders committed Sep 21, 2023
1 parent f3d9220 commit 792c865
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/SMv2SessionValidationModule.sol
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,7 @@ contract SMv2SessionValidationModule is ISessionValidationModule {

{
// we expect _op.callData to be `SmartAccount.execute(to, value, calldata)` calldata
(address smv2ProxyAccountAddress, uint256 callValue,) =
abi.decode(
(address smv2ProxyAccountAddress, uint256 callValue,) = abi.decode(
_op.callData[4:], // skip selector
(address, uint256, bytes)
);
Expand Down

0 comments on commit 792c865

Please sign in to comment.