Skip to content

Commit 474b906

Browse files
chore: appease the linter
1 parent cf5ebea commit 474b906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/inbox.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export class Inbox implements vscode.Disposable {
5454

5555
this.#socket.on("error", (error) => {
5656
this.notifyError(error)
57-
this.dispose();
57+
this.dispose()
5858
})
5959

6060
this.#socket.on("message", (data) => {

0 commit comments

Comments
 (0)