Skip to content

Commit

Permalink
codacy
Browse files Browse the repository at this point in the history
  • Loading branch information
Kitzunu committed Jul 14, 2020
1 parent 7a1e5f5 commit 694d6ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ try {
click: function () {
shell.openExternal('https://github.com/AzerothCore/Keira3/')
},
accelerator: process.platform === 'darwin' ? 'Cmd+F+1' : 'F1'
accelerator: process.platform === 'darwin' ? 'Cmd+F+1' : 'F1',
},
{
label: 'Report a Bug',
Expand Down Expand Up @@ -161,7 +161,7 @@ try {
click: function () {
shell.openExternal('https://www.azerothcore.org/wiki/database-world')
},
accelerator: 'CmdorCtrl+H'
accelerator: 'CmdorCtrl+H',
},
{
label: 'Join our Discord',
Expand Down

0 comments on commit 694d6ad

Please sign in to comment.