diff --git a/pr_agent/algo/utils.py b/pr_agent/algo/utils.py index b400354c..b4d05324 100644 --- a/pr_agent/algo/utils.py +++ b/pr_agent/algo/utils.py @@ -60,7 +60,7 @@ def convert_to_markdown(output_data: dict, gfm_supported: bool=True) -> str: if key.lower() == 'pr review': markdown_text += f"## {key}\n\n" markdown_text += "\n\n" - markdown_text += """""" + markdown_text += """""" markdown_text += convert_to_markdown(value, gfm_supported) markdown_text += "\n
     feedback                                          
     Feedback                                          
\n"