From 6b1b73a5ea572bc6af5f301c0857e775e19b832f Mon Sep 17 00:00:00 2001 From: Beaudan Date: Mon, 4 Mar 2019 10:57:45 +1100 Subject: [PATCH] Missed lint line --- main.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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() {