Codacy style changes for test files
This commit is contained in:
@ -7,5 +7,4 @@ const pullAtIndex = (arr, pullArr) => {
|
||||
pulled.forEach(v => arr.push(v));
|
||||
return removed;
|
||||
};
|
||||
|
||||
module.exports = pullAtIndex;
|
||||
module.exports = pullAtIndex;
|
||||
|
||||
Reference in New Issue
Block a user