From 6300cabef395be29e4559eabf0b25518354b5ffb Mon Sep 17 00:00:00 2001 From: Aymeric Beaumet Date: Tue, 20 Aug 2019 01:37:27 +0200 Subject: [PATCH] style: xo --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index d25e044..993becd 100644 --- a/index.js +++ b/index.js @@ -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 } ) }