Skip to content

Commit

Permalink
chore: standard autocorrections
Browse files Browse the repository at this point in the history
  • Loading branch information
artemv committed May 11, 2018
1 parent a38025a commit d6b9b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dont-break.js
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ function dontBreakDependents (options, dependents) {
projects: dependents
}
}
la(check.arrayOf(function(item) {
la(check.arrayOf(function (item) {
return check.object(item) || check.string(item)
}, dependents.projects), 'invalid dependents', dependents.projects)
debug('dependents', dependents)
Expand Down

0 comments on commit d6b9b3f

Please sign in to comment.