Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bukinoshita committed Dec 30, 2017
1 parent a6bfa37 commit 0887b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renderer/services/settings.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
'use strict'

// Packages
const { writeJSON, readJson } = require('fs-extra')
const { remote } = require('electron')
const { writeJSON, readJson } = require('fs-extra')

// Services
const { getUser, updateUser } = require('./api')
Expand Down

0 comments on commit 0887b84

Please sign in to comment.