summaryrefslogtreecommitdiffstats
path: root/Lib/trace.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/trace.py')
-rw-r--r--Lib/trace.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/trace.py b/Lib/trace.py
index d896c6e..0f27273 100644
--- a/Lib/trace.py
+++ b/Lib/trace.py
@@ -309,7 +309,7 @@ class CoverageResults:
n_hits += 1
n_lines += 1
elif rx_blank.match(line):
- outfile.write(" ")
+ outfile.write(" ")
else:
# lines preceded by no marks weren't hit
# Highlight them if so indicated, unless the line contains