Skip to content

Commit 6b9263b

Browse files
refactor: linebreak
1 parent 15204f9 commit 6b9263b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ function initializeApp() {
297297
createWindow();
298298
}
299299
});
300+
300301
// Someone tried to run a second instance, we should focus our window.
301302
app.on('second-instance', () => {
302303
if (mainWindow) {

0 commit comments

Comments
 (0)