Codacy style changes for test files
This commit is contained in:
@ -1,3 +1,2 @@
|
||||
const xProd = (a, b) => a.reduce((acc, x) => acc.concat(b.map(y => [x, y])), []);
|
||||
|
||||
module.exports = xProd;
|
||||
module.exports = xProd;
|
||||
|
||||
Reference in New Issue
Block a user