Skip to content

Commit 1b3a9b3

Browse files
committed
style: adjust indentation for consistency in MobiusFunction.js
1 parent a83f40f commit 1b3a9b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Maths/MobiusFunction.js

Lines changed: 2 additions & 2 deletions
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)