Add semicolon for tdd exports
This commit is contained in:
@ -2,4 +2,4 @@ const forOwnRight = (obj, fn) =>
|
||||
Object.keys(obj)
|
||||
.reverse()
|
||||
.forEach(key => fn(obj[key], key, obj));
|
||||
module.exports = forOwnRight
|
||||
module.exports = forOwnRight;
|
||||
Reference in New Issue
Block a user