From 8af28bef2d02a826d274c5c756a9ad39ca690f12 Mon Sep 17 00:00:00 2001 From: Aaron Meurer Date: Sun, 28 Jul 2013 14:14:46 -0500 Subject: [PATCH] Extra line for readability --- sith.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sith.py b/sith.py index ba15a866..2cae57be 100755 --- a/sith.py +++ b/sith.py @@ -132,6 +132,7 @@ class TestCase(object): def show_completions(self): print("Completions:") + print() for completion in self.completions: print(completion.name)