Codacy style changes for test files
This commit is contained in:
@ -3,5 +3,4 @@ const groupBy = (arr, fn) =>
|
||||
acc[val] = (acc[val] || []).concat(arr[i]);
|
||||
return acc;
|
||||
}, {});
|
||||
|
||||
module.exports = groupBy;
|
||||
module.exports = groupBy;
|
||||
|
||||
Reference in New Issue
Block a user