Skip to content

Commit 57e20c5

Browse files
committed
Fix Block must not be padded by blank lines.
1 parent 301a8dd commit 57e20c5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Maths/Factorial.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ const calcRange = (num) => {
1818
}
1919

2020
const calcFactorial = (num) => {
21-
2221
if (num > 0) {
2322
const range = calcRange(num)
2423
const factorial = range.reduce((a, c) => a * c, 1)

0 commit comments

Comments
 (0)