Codacy style changes for test files
This commit is contained in:
@ -1,2 +1,3 @@
|
||||
const dropRight = (arr, n = 1) => arr.slice(0, -n);
|
||||
|
||||
module.exports = dropRight;
|
||||
Reference in New Issue
Block a user
@ -1,2 +1,3 @@
|
||||
const dropRight = (arr, n = 1) => arr.slice(0, -n);
|
||||
|
||||
module.exports = dropRight;
|
||||