Codacy style changes for test files
This commit is contained in:
@ -8,5 +8,4 @@ const binomialCoefficient = (n, k) => {
|
||||
for (let j = 2; j <= k; j++) res *= (n - j + 1) / j;
|
||||
return Math.round(res);
|
||||
};
|
||||
|
||||
module.exports = binomialCoefficient;
|
||||
module.exports = binomialCoefficient;
|
||||
|
||||
Reference in New Issue
Block a user