Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
FrederikBolding committed Apr 19, 2023
1 parent 68e3770 commit 56ad303
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/mocks/MockPort.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,7 @@ export class MockPort {
get onMessage() {
return {
addListener: (
listener: (message: {
name: string;
data: JsonRpcRequest;
}) => void,
listener: (message: { name: string; data: JsonRpcRequest }) => void,
) => {
this.#eventEmitter.addListener('message', listener);
},
Expand Down

0 comments on commit 56ad303

Please sign in to comment.