Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lkstrp committed Sep 10, 2024
1 parent d911ddb commit daaacf2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/draft_comment.py
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,8 @@ def create_details_block(summary: str, content: str) -> str:
if self.variables_deviation_df.empty:
variables_txt = (
"**Ariadne Variables**\n"
"No significant changes in variables detected. :white_check_mark:"
"No significant changes in variables detected. :white_check_mark:\n"
"\n\n"
)
else:
variables_txt = (
Expand Down

0 comments on commit daaacf2

Please sign in to comment.