Skip to content

Commit b9432a0

Browse files
edited the style
1 parent c4035de commit b9432a0

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Ciphers/test/SubstitutionCipher.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import {
44
substitutionCipherDecryption
55
} from '../SubstitutionCipher.js'
66

7-
87
describe('Substitution Cipher', () => {
98
const key = 'QWERTYUIOPASDFGHJKLZXCVBNM'
109

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy