Skip to content

Commit

Permalink
Fixed whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenwf committed Feb 1, 2024
1 parent 4cd5bf6 commit 3930eef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export class BaseExtension<T extends BaseConfig> implements IExtension {
restrictedDialogue: RestrictedDialogue;
shell: Shell;
shifted: boolean = false;
store: StoreApi<ExtensionState>;
store: StoreApi<ExtensionState>;
tabbing: boolean = false;
browserDetect: BrowserDetect;
locales = {};
Expand Down

0 comments on commit 3930eef

Please sign in to comment.