Add semicolon for tdd exports
This commit is contained in:
@ -5,4 +5,4 @@ arr.splice(arr.indexOf(val), 1);
|
||||
return acc.concat(val);
|
||||
}, [])
|
||||
: [];
|
||||
module.exports = remove
|
||||
module.exports = remove;
|
||||
Reference in New Issue
Block a user