mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 02:45:18 +00:00
s
This commit is contained in:
parent
a55fa753b9
commit
c04ab933cd
1 changed files with 1 additions and 1 deletions
|
|
@ -425,7 +425,7 @@ class PRCodeSuggestions:
|
|||
|
||||
pr_body += "<table>"
|
||||
header = f"Suggestion"
|
||||
delta = 64
|
||||
delta = 66
|
||||
header += " " * 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>"""
|
||||
|
|
|
|||
Loading…
Reference in a new issue