Skip to content

Commit 2b739bf

Browse files
committed
fix: format MobiusFunction.js with Prettier
1 parent f7d376d commit 2b739bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Maths/MobiusFunction.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ export const mobiusFunction = (number) => {
2828
return primeFactorsArray.length !== new Set(primeFactorsArray).size
2929
? 0
3030
: primeFactorsArray.length % 2 === 0
31-
? 1
32-
: -1
31+
? 1
32+
: -1
3333
}

0 commit comments

Comments
 (0)