Add semicolon for tdd exports
This commit is contained in:
@ -6,4 +6,4 @@ const i = Math.floor(Math.random() * m--);
|
||||
}
|
||||
return arr;
|
||||
};
|
||||
module.exports = shuffle
|
||||
module.exports = shuffle;
|
||||
Reference in New Issue
Block a user