Codacy style changes for test files
This commit is contained in:
@ -3,5 +3,4 @@ const takeRightWhile = (arr, func) => {
|
||||
if (func(arr[i])) return arr.reverse().slice(arr.length - i, arr.length);
|
||||
return arr;
|
||||
};
|
||||
|
||||
module.exports = takeRightWhile;
|
||||
module.exports = takeRightWhile;
|
||||
|
||||
Reference in New Issue
Block a user