Skip to content

Commit

Permalink
Remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
spier committed Oct 31, 2023
1 parent 8b227f0 commit 98d9842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion markdown_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def write_to_markdown(
None.
"""
columns = get_non_hidden_columns(labels)
columns = get_non_hidden_columns(labels)
with open("issue_metrics.md", "w", encoding="utf-8") as file:
file.write(f"# {report_title}\n\n")

Expand Down

0 comments on commit 98d9842

Please sign in to comment.