Skip to content

Commit 6bbb450

Browse files
authored
remove trailing space
1 parent 8b703c1 commit 6bbb450

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

demos/demo_dynamic.py3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ if SHOW_CHACHA_EXAMPLE:
298298

299299
template = '\n ChaCha%d ciphertext for "%s" is "%s"'
300300
print(template % (rounds, plain, hexlify(cipher)))
301-
301+
302302
cha.set_iv32(iv) # reset to decrypt
303303
decrypted = cha.crypt(cipher)
304304

0 commit comments

Comments
 (0)