fix eslint

This commit is contained in:
barisusakli
2016-11-20 13:33:35 +03:00
parent 5d4903f643
commit 51b41a9b44
2 changed files with 5 additions and 6 deletions

View File

@@ -100,7 +100,7 @@ var middleware;
});
},
async.apply(Plugins.getPluginPaths),
function(paths, next) {
function (paths, next) {
async.eachSeries(paths, Plugins.loadPlugin, next);
},
function (next) {