From 279d5927076fc8e0513aa4cd992d1e791cde801b Mon Sep 17 00:00:00 2001 From: Jerboa-app Date: Sat, 29 Jun 2024 12:23:08 +0100 Subject: [PATCH] Fix discord formatting --- src/integrations/git/refresh.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/integrations/git/refresh.rs b/src/integrations/git/refresh.rs index 45c2d3d..057e7bd 100644 --- a/src/integrations/git/refresh.rs +++ b/src/integrations/git/refresh.rs @@ -114,7 +114,7 @@ impl GitRefreshTask { Some(format! ( - "Checked out new commit for {}:```\n {}\n by {}\n at {}```", + "Checked out new commit for {}:\n```\n {}\n by {}\n at {}\n```", config.domain, info.hash, info.author_name,