Add semicolon for tdd exports
This commit is contained in:
@ -2,4 +2,4 @@ const intersection = (a, b) => {
|
||||
const s = new Set(b);
|
||||
return a.filter(x => s.has(x));
|
||||
};
|
||||
module.exports = intersection
|
||||
module.exports = intersection;
|
||||
Reference in New Issue
Block a user