Codacy style changes for test files
This commit is contained in:
@ -2,5 +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