Skip to content

Commit

Permalink
chore: add semi colons
Browse files Browse the repository at this point in the history
  • Loading branch information
devceline committed Nov 23, 2023
1 parent 402861c commit 9116361
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions misc/identity-keys/test/identity-keys.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ describe("@walletconnect/identity-keys", () => {
accountId = `eip155:1:${wallet.address}`;
onSign = (m) => wallet.signMessage(m);

core = new Core({projectId: PROJECT_ID});
core = new Core({ projectId: PROJECT_ID });

identityKeys = identityKeys = new IdentityKeys(core, DEFAULT_KEYSERVER_URL);

await core.start()
await core.start();
await identityKeys.init();
});

Expand Down

0 comments on commit 9116361

Please sign in to comment.