Missed lint line

pull/239/head
Beaudan 6 years ago
parent 4714cafa6f
commit 6b1b73a5ea

@ -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() {

Loading…
Cancel
Save