Add semicolon for tdd exports
This commit is contained in:
@ -8,4 +8,4 @@ acc = p1 > p2 ? 1 : p1 < p2 ? -1 : 0;
|
||||
return acc;
|
||||
}, 0)
|
||||
);
|
||||
module.exports = orderBy
|
||||
module.exports = orderBy;
|
||||
Reference in New Issue
Block a user