diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2010-11-07 20:05:27 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2010-11-07 20:05:27 -0500 |
commit | 973a3055a2c0b46a06eae9141c88a1ae7b2ec3bb (patch) | |
tree | 5f293bda00523907f7da9d4faa70861e47d644d8 /coverage/html.py | |
parent | 028b925f4ea4108c3e8ddf0317e451781bea5fcc (diff) | |
download | python-coveragepy-git-973a3055a2c0b46a06eae9141c88a1ae7b2ec3bb.tar.gz |
Whitespace
Diffstat (limited to 'coverage/html.py')
-rw-r--r-- | coverage/html.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/coverage/html.py b/coverage/html.py index c2a2443e..76e28907 100644 --- a/coverage/html.py +++ b/coverage/html.py @@ -26,8 +26,8 @@ class HtmlReporter(Reporter): # These files will be copied from the htmlfiles dir to the output dir. STATIC_FILES = [ - "style.css", - "jquery-1.4.3.min.js", + "style.css", + "jquery-1.4.3.min.js", "jquery.tablesorter.min.js", "jquery.hotkeys.js", "coverage_html.js", |