diff --git a/main.js b/main.js index 4c0bdc488..ebbed0fb8 100644 --- a/main.js +++ b/main.js @@ -398,7 +398,9 @@ function openReleaseNotes() { } function openNewBugForm() { - shell.openExternal('https://github.com/loki-project/loki-messenger/issues/new'); + shell.openExternal( + 'https://github.com/loki-project/loki-messenger/issues/new' + ); } function openSupportPage() {