From 86f98a051c9298020ac1d6cdb06ceb513699c7fa Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 4 Nov 2013 19:30:20 -0800 Subject: 79 cols --- tests/hazmat/bindings/test_openssl.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/hazmat/bindings/test_openssl.py b/tests/hazmat/bindings/test_openssl.py index 4e8dfa58..f283a7dd 100644 --- a/tests/hazmat/bindings/test_openssl.py +++ b/tests/hazmat/bindings/test_openssl.py @@ -58,7 +58,9 @@ class TestOpenSSL(object): def test_nonexistent_cipher(self): b = Backend() b.ciphers.register_cipher_adapter( - FakeCipher, FakeMode, lambda backend, cipher, mode: backend.ffi.NULL + FakeCipher, + FakeMode, + lambda backend, cipher, mode: backend.ffi.NULL ) cipher = BlockCipher( FakeCipher(), FakeMode(), backend=b, -- cgit v1.2.3