Skip to content

Commit

Permalink
Add the missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenguh committed Nov 4, 2021
1 parent 42f4a2f commit 781a4f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/menu/baseWhichKeyMenu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export abstract class BaseWhichKeyMenu<T extends BaseWhichKeyMenuItem> implement
private _when?: string;
private _lastValue: string;
private _expectHiding: boolean;
private _state: BaseWhichKeyMenuState<T>
private _state: BaseWhichKeyMenuState<T>;
private _timeoutId?: NodeJS.Timeout;
private _disposables: Disposable[];

Expand Down

0 comments on commit 781a4f4

Please sign in to comment.