Skip to content

Commit

Permalink
ConsolePrinterTest: Codestyle fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Neuschmidt committed Apr 15, 2015
1 parent 6d234c4 commit 209f356
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions coalib/tests/output/printers/ConsolePrinterTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

1 comment on commit 209f356

@sils
Copy link
Member

@sils sils commented on 209f356 Apr 15, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ack

Please sign in to comment.