Skip to content

Commit

Permalink
Added missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
syymza committed May 18, 2018
1 parent 513a488 commit 96500b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules/named.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module.exports = {
if (im.type !== type) return

// ignore type imports
if(im.importKind === 'type') return
if (im.importKind === 'type') return

const deepLookup = imports.hasDeep(im[key].name)

Expand Down

0 comments on commit 96500b8

Please sign in to comment.