Extra line for readability

This commit is contained in:
Aaron Meurer
2013-07-28 14:14:46 -05:00
parent 607f66c974
commit 8af28bef2d

View File

@@ -132,6 +132,7 @@ class TestCase(object):
def show_completions(self):
print("Completions:")
print()
for completion in self.completions:
print(completion.name)