Codacy style changes for test files
This commit is contained in:
@ -5,5 +5,4 @@ const zipWith = (...array) => {
|
||||
(_, i) => (fn ? fn(...array.map(a => a[i])) : array.map(a => a[i]))
|
||||
);
|
||||
};
|
||||
|
||||
module.exports = zipWith;
|
||||
module.exports = zipWith;
|
||||
|
||||
Reference in New Issue
Block a user