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 a33f175 commit 40055ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/show-me/notification/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ const { app, BrowserWindow, Notification } = require('electron')
let mainWindow = null

app.on('ready', () => {
mainWindow = new BrowserWindow({
mainWindow = new BrowserWindow({
height: 600,
width: 600,
webPreferences: {
nodeIntegration: true
}
}
})

if (Notification.isSupported()) {
Expand Down

0 comments on commit 40055ee

Please sign in to comment.