Skip to content

Commit 2617572

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 027222e commit 2617572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ciphers/onepad_cipher.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,4 @@ def decrypt(cipher: list[int], key: list[int]) -> str:
9292
if __name__ == "__main__":
9393
c, k = Onepad().encrypt("Hello")
9494
print(c, k)
95-
print(Onepad().decrypt(c, k))
95+
print(Onepad().decrypt(c, k))

0 commit comments

Comments
 (0)