From 6888ce51d98868745c7f506e74c4d59c9e89b7a3 Mon Sep 17 00:00:00 2001 From: BoYanZh Date: Thu, 10 Oct 2024 00:24:55 -0400 Subject: [PATCH] fix: 2 new lines after --- joint_teapot/utils/joj3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/joint_teapot/utils/joj3.py b/joint_teapot/utils/joj3.py index 21e010c..6e5a0af 100644 --- a/joint_teapot/utils/joj3.py +++ b/joint_teapot/utils/joj3.py @@ -205,7 +205,7 @@ def generate_title_and_comment( comment += "
" comment += f"Case {i} - Score: {result['score']}\n" if result["comment"].strip() != "": - comment += f"{result['comment']}\n" + comment += f"\n{result['comment']}\n" comment += "
\n\n" total_score += result["score"] comment += "\n"