Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
style: xo
Browse files Browse the repository at this point in the history
  • Loading branch information
aymericbeaumet committed Aug 19, 2019
1 parent 196fbc3 commit 6300cab
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 @@ -59,7 +59,7 @@ function gathererFromSearchPaths(rootPath, searchPaths, pattern) {
return done(error)
}

return done(null, [].concat(...filesContents)) // shallow flatten
return done(null, [].concat(...filesContents)) // Shallow flatten
}
)
}
Expand Down

0 comments on commit 6300cab

Please sign in to comment.