Merge pull request #239 from BeaudanBrown/missed-lint

Missed lint line
pull/240/head
Beaudan Campbell-Brown 6 years ago committed by GitHub
commit a8ee027f4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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