Skip to content

Commit

Permalink
linting 🎨
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipp Makarov authored and Filipp Makarov committed Dec 26, 2023
1 parent a3c3d1d commit 6161190
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion contracts/smart-account/modules/AccountRecoveryModule.sol
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,9 @@ contract AccountRecoveryModule is

bytes32 currentGuardian = keccak256(currentGuardianSig);

TimeFrame memory guardianTimeFrame = _guardians[currentGuardian][smartAccount];
TimeFrame memory guardianTimeFrame = _guardians[currentGuardian][
smartAccount
];

// validUntil == 0 means the `currentGuardian` has not been set as guardian
// for the smartAccount
Expand Down

0 comments on commit 6161190

Please sign in to comment.