Add semicolon for tdd exports
This commit is contained in:
@ -3,4 +3,4 @@ arr
|
||||
.slice(0)
|
||||
.reverse()
|
||||
.forEach(callback);
|
||||
module.exports = forEachRight
|
||||
module.exports = forEachRight;
|
||||
Reference in New Issue
Block a user