Codacy style changes for test files
This commit is contained in:
@ -4,5 +4,4 @@ const zip = (...arrays) => {
|
||||
return Array.from({ length: arrays.length }, (_, k) => arrays[k][i]);
|
||||
});
|
||||
};
|
||||
|
||||
module.exports = zip;
|
||||
module.exports = zip;
|
||||
|
||||
Reference in New Issue
Block a user