Skip to content

Commit

Permalink
added forgotten semicolon
Browse files Browse the repository at this point in the history
Signed-off-by: Jonah Iden <jonah.iden@typefox.io>
  • Loading branch information
jonah-iden committed Jan 10, 2023
1 parent b473914 commit d7b9c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-ext/src/plugin/quick-open.ts
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ export class InputBoxExt extends QuickInputExt implements theia.InputBox {

private _password: boolean;
private _prompt: string | undefined;
private _valueSelection: readonly [number, number]
private _valueSelection: readonly [number, number];
private _validationMessage: string | undefined;

constructor(
Expand Down

0 comments on commit d7b9c35

Please sign in to comment.