Codacy style changes for test files
This commit is contained in:
@ -6,5 +6,4 @@ const factorial = n =>
|
||||
: n <= 1
|
||||
? 1
|
||||
: n * factorial(n - 1);
|
||||
|
||||
module.exports = factorial;
|
||||
module.exports = factorial;
|
||||
|
||||
Reference in New Issue
Block a user