Add semicolon for tdd exports
This commit is contained in:
@ -4,4 +4,4 @@ for (let [i, val] of arr.entries())
|
||||
if (i === arr.length - 1) return direction;
|
||||
else if ((val - arr[i + 1]) * direction > 0) return 0;
|
||||
};
|
||||
module.exports = isSorted
|
||||
module.exports = isSorted;
|
||||
Reference in New Issue
Block a user