Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
adnpark committed Aug 24, 2024
1 parent 8815521 commit 17411be
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/core/accounts/kernel/createKernelAccount.ts
Original file line number Diff line number Diff line change
Expand Up @@ -621,9 +621,7 @@ export async function createKernelAccount<

// Get simple dummy signature
async getDummySignature(userOperation) {
return await kernelPluginManager.getDummySignature(
userOperation
)
return kernelPluginManager.getDummySignature(userOperation)
},

// Encode the init code
Expand Down

0 comments on commit 17411be

Please sign in to comment.