Skip to content

Commit

Permalink
Remove unnecessary semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyriar committed Dec 8, 2017
1 parent e9c7908 commit ba15d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unixTerminal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ export class UnixTerminal extends Terminal {
});

return self;
};
}

public write(data: string): void {
this._socket.write(data);
Expand Down

0 comments on commit ba15d28

Please sign in to comment.