(minor) add missing newline

This commit is contained in:
Emily Doherty 2024-12-08 18:16:15 -08:00
parent eef31b5631
commit 5a34e6f3ed

View File

@ -456,7 +456,7 @@ class Tracker(Extension):
alert_str = (
f"Last Alerting Price Value: {format(trigger.last_alerting[1], ",")}\n"
f"Last Alerting Time: {trigger.last_alerting[0].strftime('%Y-%m-%d %H:%M:%S UTC')}\n"
f"[Link to this Chart]({self._render_token_url(alert)})"
f"[Link to this Chart]({self._render_token_url(alert)})\n"
)
if user is not None and user.user_id == 265678699435655169:
alert_str += (