Codacy style changes for test files
This commit is contained in:
@ -1,3 +1,2 @@
|
||||
const converge = (converger, fns) => (...args) => converger(...fns.map(fn => fn.apply(null, args)));
|
||||
|
||||
module.exports = converge;
|
||||
module.exports = converge;
|
||||
|
||||
Reference in New Issue
Block a user