From d87026f5c9bb5878fa8ed089504d9896e57d10f0 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 9 Jun 2013 12:11:25 +0100 Subject: Remove trailing whitespace from lines --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index d42add3..5b1bf19 100644 --- a/setup.py +++ b/setup.py @@ -51,10 +51,10 @@ class CleanMore(clean): class Check(Command): user_options = [] - + def initialize_options(self): pass - + def finalize_options(self): pass @@ -63,7 +63,7 @@ class Check(Command): ['python', '-m', 'CoverageTestRunner', '--ignore-missing-from', 'without-tests']) os.remove('.coverage') - + subprocess.check_call(['./cmdtest', 'echo-tests']) subprocess.check_call(['./cmdtest', 'sort-tests']) -- cgit v1.2.1