Skip to content
This repository has been archived by the owner on Jan 8, 2022. It is now read-only.

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Jun 19, 2017
1 parent f82569f commit f58a2f7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion app/menu.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
const { Menu, shell, globalShortcut, BrowserWindow, dialog } = require('electron')
const {
Menu,
shell,
globalShortcut,
BrowserWindow,
dialog
} = require('electron')
const axios = require('axios')
const semverCompare = require('semver-compare')
const { configDir, toggleGlobalShortcut } = require('./utils')
Expand Down

0 comments on commit f58a2f7

Please sign in to comment.