Skip to content

Commit

Permalink
Remove unneeded !
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyriar committed Jun 15, 2021
1 parent 8367f18 commit c2304c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export class TerminalEditorInput extends EditorInput {
private readonly _terminalInstance: ITerminalInstance;

get terminalInstance(): ITerminalInstance {
return this._terminalInstance!;
return this._terminalInstance;
}

get resource(): URI {
Expand Down

0 comments on commit c2304c2

Please sign in to comment.