summaryrefslogtreecommitdiff
path: root/coverage/htmlfiles/pyfile.html
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2023-03-22 13:12:16 -0400
committerNed Batchelder <ned@nedbatchelder.com>2023-03-22 13:58:58 -0400
commit63f3e495b184ebd9aa4c9d757fb78ed148580d29 (patch)
treeaf4c68f94d50fafe94d56fce46cf92739cd8bd3f /coverage/htmlfiles/pyfile.html
parenta5dc01131b1a38bb7c7908ad968488d87e3664ed (diff)
downloadpython-coveragepy-git-63f3e495b184ebd9aa4c9d757fb78ed148580d29.tar.gz
style: clean up #1587
Diffstat (limited to 'coverage/htmlfiles/pyfile.html')
-rw-r--r--coverage/htmlfiles/pyfile.html6
1 files changed, 2 insertions, 4 deletions
diff --git a/coverage/htmlfiles/pyfile.html b/coverage/htmlfiles/pyfile.html
index 1921e1c2..bc8fa697 100644
--- a/coverage/htmlfiles/pyfile.html
+++ b/coverage/htmlfiles/pyfile.html
@@ -14,7 +14,7 @@
{% if contexts_json %}
<script type="text/javascript">
- contexts = {{ contexts_json }}
+ contexts = {{ contexts_json }}
</script>
{% endif %}
@@ -125,9 +125,7 @@
</span>
{# Things that should appear below the line. #}
{% if line.context_str %}
- <span class="ctxs">
- {{ line.context_str }}
- </span>
+ <span class="ctxs">{{ line.context_str }}</span>
{% endif %}
</p>
{% endjoined %}