Cleanup: trailing newlines
This commit is contained in:
@@ -394,4 +394,3 @@ class Report:
|
||||
print_message("{}" . format(test), 'FAILURE', "FAILED")
|
||||
|
||||
return not bool(failed_tests)
|
||||
|
||||
|
@@ -102,4 +102,3 @@ class AbstractBlenderRunnerTest(unittest.TestCase):
|
||||
self.fail('Error %d running Blender:\n%s' % (proc.returncode, output))
|
||||
|
||||
return output
|
||||
|
||||
|
@@ -278,4 +278,3 @@ def suite():
|
||||
|
||||
if __name__ == "__main__":
|
||||
unittest.TextTestRunner(verbosity=2).run(suite())
|
||||
|
||||
|
Reference in New Issue
Block a user