Codacy style changes for test files
This commit is contained in:
@ -3,5 +3,4 @@ const uncurry = (fn, n = 1) => (...args) => {
|
||||
if (n > args.length) throw new RangeError('Arguments too few!');
|
||||
return next(fn)(args.slice(0, n));
|
||||
};
|
||||
|
||||
module.exports = uncurry;
|
||||
module.exports = uncurry;
|
||||
|
||||
Reference in New Issue
Block a user