From 2761d3aa3f9bd4d906c046e0ac25e268dec435e4 Mon Sep 17 00:00:00 2001 From: mengskysama Date: Wed, 17 Aug 2016 16:57:16 +0800 Subject: [PATCH] Update sodium.py (#1) pep8 --- shadowsocks/crypto/sodium.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shadowsocks/crypto/sodium.py b/shadowsocks/crypto/sodium.py index f27ae20..b744e2c 100644 --- a/shadowsocks/crypto/sodium.py +++ b/shadowsocks/crypto/sodium.py @@ -136,4 +136,4 @@ def test_chacha20_ietf(): if __name__ == '__main__': test_chacha20() test_salsa20() - test_chacha20_ietf() \ No newline at end of file + test_chacha20_ietf()