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