Skip to content

Commit

Permalink
Improve formatting
Browse files Browse the repository at this point in the history
Co-Authored-By: Jordan Harband <ljharb@gmail.com>
  • Loading branch information
Taranys and ljharb committed Oct 9, 2019
1 parent 98a2dcc commit 337c45c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules/no-unused-modules.js
Expand Up @@ -89,7 +89,7 @@ const prepareImportsAndExports = (srcFiles, context) => {
const currentExportAll = new Set()
dependencies.forEach(getDependency => {
const dependency = getDependency()
if(dependency === null) {
if (dependency === null) {
return
}

Expand Down

0 comments on commit 337c45c

Please sign in to comment.