Skip to content
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.

Commit

Permalink
fix lint error, missing semicolon; (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
cscharf committed Dec 21, 2020
1 parent 1742228 commit 12321e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/electron/electronConstants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export class ElectronConstants {
static readonly minimizeOnCopyToClipboardKey: string = 'minimizeOnCopyToClipboardKey';
static readonly enableBiometric: string = 'enabledBiometric';
static readonly enableBrowserIntegration: string = 'enableBrowserIntegration';
static readonly enableBrowserIntegrationFingerprint: string = 'enableBrowserIntegrationFingerprint'
static readonly enableBrowserIntegrationFingerprint: string = 'enableBrowserIntegrationFingerprint';
static readonly alwaysShowDock: string = 'alwaysShowDock';
static readonly openAtLogin: string = 'openAtLogin';
}

0 comments on commit 12321e5

Please sign in to comment.