Skip to content

Commit

Permalink
Update to None text
Browse files Browse the repository at this point in the history
  • Loading branch information
engn33r authored Jun 11, 2024
1 parent b7e69db commit 4832523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
title = "Gas Saving Findings"
report.write(f"## {title}\n\n")
if label not in issue_dict:
report.write("None\n")
report.write("None.\n\n")
continue
for content in issue_dict[label]:
report.write(content.replace("\r\n", "\n"))
Expand Down

0 comments on commit 4832523

Please sign in to comment.