From 3c21f234d86f9d459d6a1534651e92e44732d8cf Mon Sep 17 00:00:00 2001 From: Kienan Stewart Date: Sat, 8 Oct 2022 09:06:45 -0400 Subject: [PATCH] Remove new lines in the new & diff values of the update content --- src/job.rs | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/job.rs b/src/job.rs index 2003bdc..1a7178d 100644 --- a/src/job.rs +++ b/src/job.rs @@ -179,14 +179,10 @@ impl Job { .guid(Some(guid)) .content(format!(r#" New content at {}:
-
-{}
-
+
{}


Diff:
-
-{}
-
+
{}
"#, update_time.format("%d/%m/%Y %H:%M"), value,