mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Make the prefix 7 spaces long, so the lines are properly aligned.
This commit is contained in:
parent
fe89cc186c
commit
c171172614
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue