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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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.
|
|
|
|