Skip to content

Commit

Permalink
Removed trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
ajphukan authored May 9, 2019
1 parent 40055ee commit 8712907
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/show-me/screen/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ app.on('ready', () => {
const primaryDisplay = screen.getPrimaryDisplay()
const { width, height } = primaryDisplay.workAreaSize

mainWindow = new BrowserWindow({
mainWindow = new BrowserWindow({
width,
height,
webPreferences: {
nodeIntegration: true
}
}
})

mainWindow.loadFile('index.html')
Expand Down

0 comments on commit 8712907

Please sign in to comment.