Codacy style changes for test files
This commit is contained in:
@ -4,5 +4,4 @@ const sortedIndexBy = (arr, n, fn) => {
|
||||
const index = arr.findIndex(el => (isDescending ? val >= fn(el) : val <= fn(el)));
|
||||
return index === -1 ? arr.length : index;
|
||||
};
|
||||
|
||||
module.exports = sortedIndexBy;
|
||||
module.exports = sortedIndexBy;
|
||||
|
||||
Reference in New Issue
Block a user