Skip to content

Commit

Permalink
Use same indentation style
Browse files Browse the repository at this point in the history
  • Loading branch information
Anderson Mamede committed Dec 8, 2020
1 parent 274e33e commit 596af19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ class ProgressBar {
nodeIntegration: true
},
},

remoteWindow: null
remoteWindow: null
};

this._styleSelector = {
Expand Down Expand Up @@ -248,7 +248,7 @@ class ProgressBar {
}

_createWindow() {
if (this._options.remoteWindow) {
if (this._options.remoteWindow) {
this._window = new this._options.remoteWindow(this._options.browserWindow);
} else {
this._window = new BrowserWindow(this._options.browserWindow);
Expand Down

0 comments on commit 596af19

Please sign in to comment.