Codacy style changes for test files
This commit is contained in:
@ -1,3 +1,2 @@
|
||||
const collatz = n => (n % 2 === 0 ? n / 2 : 3 * n + 1);
|
||||
|
||||
module.exports = collatz;
|
||||
module.exports = collatz;
|
||||
|
||||
Reference in New Issue
Block a user