Browse Source

chore: remove trailing space in main.js (#509)

Signed-off-by: Darshan Sen <darshan.sen@postman.com>
main
Darshan Sen 4 years ago
committed by GitHub
parent
commit
594d3f5046
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      main.js

2
main.js

@ -24,7 +24,7 @@ function createWindow () {
// Some APIs can only be used after this event occurs.
app.whenReady().then(() => {
createWindow()
app.on('activate', function () {
// On macOS it's common to re-create a window in the app when the
// dock icon is clicked and there are no other windows open.

Loading…
Cancel
Save