Codacy style changes for test files
This commit is contained in:
@ -4,5 +4,4 @@ const unfold = (fn, seed) => {
|
||||
while ((val = fn(val[1]))) result.push(val[0]);
|
||||
return result;
|
||||
};
|
||||
|
||||
module.exports = unfold;
|
||||
module.exports = unfold;
|
||||
|
||||
Reference in New Issue
Block a user