mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2026-03-13 15:21:15 +08:00
Complying with JavaScript Standard Style (npx standard --fix).
This commit is contained in:
@@ -73,7 +73,6 @@ function decrypt (message, key) {
|
||||
|
||||
export { encrypt, decrypt }
|
||||
|
||||
|
||||
// > encrypt('Hello World!', 'code')
|
||||
// 'Jsopq Zstzg!'
|
||||
|
||||
|
||||
@@ -22,7 +22,6 @@ function XOR (str, key) {
|
||||
|
||||
export { XOR }
|
||||
|
||||
|
||||
// Nb: Node REPL might not output the null char '\x00' (charcode 0)
|
||||
|
||||
// > XOR('test string', 32)
|
||||
|
||||
Reference in New Issue
Block a user