Codacy style changes for test files
This commit is contained in:
@ -1,4 +1,3 @@
|
||||
const bifurcateBy = (arr, fn) =>
|
||||
arr.reduce((acc, val, i) => (acc[fn(val, i) ? 0 : 1].push(val), acc), [[], []]);
|
||||
|
||||
module.exports = bifurcateBy;
|
||||
module.exports = bifurcateBy;
|
||||
|
||||
Reference in New Issue
Block a user