Skip to content

Commit

Permalink
- Linting: Remove extra semi-colon
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 committed Mar 27, 2020
1 parent 844886c commit 6b5bdbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function licensee (configuration, path, callback) {
if (error) callback(error)
else {
if (configuration.filterPackages) {
packages = configuration.filterPackages(packages);
packages = configuration.filterPackages(packages)
}
withTrees(packages, false)
}
Expand Down

0 comments on commit 6b5bdbd

Please sign in to comment.