From b16b0b8bb74367803694ebfad1cbdb4ab7969a96 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Wed, 3 Aug 2011 17:37:13 -0400 Subject: Fix whitespace --- coverage/html.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coverage/html.py') diff --git a/coverage/html.py b/coverage/html.py index 2b8cedc..9b95100 100644 --- a/coverage/html.py +++ b/coverage/html.py @@ -91,7 +91,7 @@ class HtmlReporter(Reporter): self.make_local_static_report_files() def make_local_static_report_files(self): - """ Make local instances of static files for HTML report. """ + """Make local instances of static files for HTML report.""" for static in self.STATIC_FILES: shutil.copyfile( data_filename("htmlfiles/" + static), -- cgit v1.2.1