Skip to content

Commit

Permalink
fix: file spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebKendra committed Sep 29, 2023
1 parent 9edc522 commit 4c8cc67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/extract_coverage.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
filename = "chasten/util.py"
covered_lines = set(data.lines(filename)) # type: ignore

print(f"Covered lines in {filename}:") # noqa
print(f"Covered lines in {filename}:") # noqa
print(covered_lines) # noqa

0 comments on commit 4c8cc67

Please sign in to comment.