Reformat files

- Fix indentation
- Fix spacing
This commit is contained in:
Thomas Lauf 2018-01-07 23:06:36 +01:00
parent 6272f1ad5d
commit 55508fd201
28 changed files with 36 additions and 2 deletions

View file

@ -72,6 +72,7 @@ class TestCLI(TestCase):
if __name__ == "__main__":
from simpletap import TAPTestRunner
unittest.main(testRunner=TAPTestRunner())
# vim: ai sts=4 et sw=4 ft=python