Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasConstant committed Jul 29, 2021
1 parent 9993bc9 commit 68fe968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/core/services/electron/electron.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export class ElectronService {
}
}

openWindSailorWindow() {
openWindSailorWindow(): void {
const BrowserWindow = this.remote.BrowserWindow;
const win = new BrowserWindow({
height: 500,
Expand Down

0 comments on commit 68fe968

Please sign in to comment.