Codacy style changes for test files
This commit is contained in:
@ -3,5 +3,4 @@ const forEachRight = (arr, callback) =>
|
||||
.slice(0)
|
||||
.reverse()
|
||||
.forEach(callback);
|
||||
|
||||
module.exports = forEachRight;
|
||||
module.exports = forEachRight;
|
||||
|
||||
Reference in New Issue
Block a user