Skip to content

Commit 8b703c1

Browse files
authored
remove traling space for Travis
1 parent bab115c commit 8b703c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

demos/demo_dynamic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ def crypt(self, datain):
266266

267267
template = '\n ChaCha%d ciphertext for "%s" is "%s"'
268268
print template % (rounds, plain, cipher.encode('hex'))
269-
269+
270270
# reset to decrypt
271271
cha.set_iv32(iv)
272272
decrypted = cha.crypt(cipher)

0 commit comments

Comments
 (0)