Codacy style changes for test files
This commit is contained in:
@ -1,3 +1,2 @@
|
||||
const when = (pred, whenTrue) => x => (pred(x) ? whenTrue(x) : x);
|
||||
|
||||
module.exports = when;
|
||||
module.exports = when;
|
||||
|
||||
Reference in New Issue
Block a user