From b6d446bfb082190d4311506c2dacc9a62347e4e5 Mon Sep 17 00:00:00 2001 From: Ante Karamatic Date: Tue, 4 Feb 2014 13:54:16 +0200 Subject: [PATCH] Add missing newline --- unit_tests/test_quantum_hooks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/unit_tests/test_quantum_hooks.py b/unit_tests/test_quantum_hooks.py index 5f811759..78d1a4f7 100644 --- a/unit_tests/test_quantum_hooks.py +++ b/unit_tests/test_quantum_hooks.py @@ -39,6 +39,7 @@ TO_PATCH = [ 'b64decode', ] + def passthrough(value): return value