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