From 209f3569d1e97b92830c987f2843beaf1dad4f78 Mon Sep 17 00:00:00 2001 From: Fabian Neuschmidt Date: Wed, 15 Apr 2015 17:53:31 +0200 Subject: [PATCH] ConsolePrinterTest: Codestyle fix --- coalib/tests/output/printers/ConsolePrinterTest.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coalib/tests/output/printers/ConsolePrinterTest.py b/coalib/tests/output/printers/ConsolePrinterTest.py index fad404bf2c..8af22743bf 100644 --- a/coalib/tests/output/printers/ConsolePrinterTest.py +++ b/coalib/tests/output/printers/ConsolePrinterTest.py @@ -30,8 +30,8 @@ def test_pickling(self): obj = pickle.load(f) self.assertIsInstance(obj, ConsolePrinter) - obj.print("test") # print will use the output param, - # this will ensure that the printer is valid + obj.print("test") # print will use the output param, this will ensure + # that the printer is valid os.remove(outputfile)