We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d911ddb commit daaacf2Copy full SHA for daaacf2
scripts/draft_comment.py
@@ -478,7 +478,8 @@ def create_details_block(summary: str, content: str) -> str:
478
if self.variables_deviation_df.empty:
479
variables_txt = (
480
"**Ariadne Variables**\n"
481
- "No significant changes in variables detected. :white_check_mark:"
+ "No significant changes in variables detected. :white_check_mark:\n"
482
+ "\n\n"
483
)
484
else:
485
0 commit comments