This commit is contained in:
mrT23
2024-05-12 15:04:36 +03:00
parent a55fa753b9
commit c04ab933cd

View File

@ -425,7 +425,7 @@ class PRCodeSuggestions:
pr_body += "<table>"
header = f"Suggestion"
delta = 64
delta = 66
header += "&nbsp; " * delta
if get_settings().pr_code_suggestions.self_reflect_on_suggestions:
pr_body += f"""<thead><tr><td>Category</td><td align=left>{header}</td><td align=center>Score</td></tr>"""