Add extra newline

This commit is contained in:
SkyfallWasTaken 2024-07-07 11:18:34 +01:00
parent 7fd634203a
commit c20a2a3a88

View file

@ -53,6 +53,7 @@ async fn run_scrape(env: Env) -> Result<String> {
// If there are any updates/new items, send a message to the Slack webhook.
let message = formatdoc! {
"*Changes detected in the shop:*
{changes}",
changes = result.join("\n\n"),
};