comply with linter
This commit is contained in:
parent
f00fa1c4aa
commit
cb5230f569
|
@ -62,7 +62,7 @@ Plugins.prototype.getPluginsProperty = function(pluginType, property) {
|
||||||
|
|
||||||
//return flattened list
|
//return flattened list
|
||||||
if (matchingProperties.length === 0) return [];
|
if (matchingProperties.length === 0) return [];
|
||||||
return matchingProperties.reduce((a,b) => { return a.concat(b); })
|
return matchingProperties.reduce((a,b) => { return a.concat(b); });
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports = Plugins;
|
module.exports = Plugins;
|
||||||
|
|
Loading…
Reference in New Issue