Skip to content

Commit

Permalink
Update report.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerboa-app authored Apr 26, 2024
1 parent b13e65e commit 5f10031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/report.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
for entry in entries:
pad = " "*(max_size-len(entry[0]))
output += "\n"+entry[0]+pad+" | "+str(entry[1]) + " %"
output += "\n_"*max_size+"\n```"
output += "\n"+"_"*max_size+"\n```"
print(output)

0 comments on commit 5f10031

Please sign in to comment.