summaryrefslogtreecommitdiff
path: root/coverage/html.py
diff options
context:
space:
mode:
Diffstat (limited to 'coverage/html.py')
-rw-r--r--coverage/html.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/html.py b/coverage/html.py
index 98d32cd..8c27472 100644
--- a/coverage/html.py
+++ b/coverage/html.py
@@ -60,7 +60,7 @@ class HtmlReporter(Reporter):
def html_file(self, cu, analysis):
"""Generate an HTML file for one source file."""
- source = cu.source_file().read().expandtabs(4)
+ source = cu.source_file().read()
nums = analysis.numbers