Skip to content

Commit daaacf2

Browse files
committed
fix: typo
1 parent d911ddb commit daaacf2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/draft_comment.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,8 @@ def create_details_block(summary: str, content: str) -> str:
478478
if self.variables_deviation_df.empty:
479479
variables_txt = (
480480
"**Ariadne Variables**\n"
481-
"No significant changes in variables detected. :white_check_mark:"
481+
"No significant changes in variables detected. :white_check_mark:\n"
482+
"\n\n"
482483
)
483484
else:
484485
variables_txt = (

0 commit comments

Comments
 (0)