Skip to content

Commit

Permalink
add lint
Browse files Browse the repository at this point in the history
  • Loading branch information
AmanRaj1608 committed Oct 3, 2024
1 parent f42778d commit 9b55e47
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion contracts/smart-account/modules/PasskeyRegistryModule.sol
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,11 @@ contract PasskeyRegistryModule is
(bytes32, uint256, uint256, bytes, string, string)
);
(keyHash);
string memory opHashBase64 = Base64.encode(abi.encodePacked(userOpDataHash), true, true);
string memory opHashBase64 = Base64.encode(
abi.encodePacked(userOpDataHash),
true,
true
);
string memory clientDataJSON = string.concat(
clientDataJSONPre,
opHashBase64,
Expand Down

0 comments on commit 9b55e47

Please sign in to comment.