From 182011b60da3c6c36b112a3b9dfeafd2362458e5 Mon Sep 17 00:00:00 2001 From: Mathieu Othacehe <othacehe@gnu.org> Date: Mon, 22 Feb 2021 16:28:16 +0100 Subject: [PATCH] Keep notification text on one line. src/cuirass/notification.scm (notification-text): Keep it on one line. --- src/cuirass/notification.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cuirass/notification.scm b/src/cuirass/notification.scm index fc983cb1..ddadac09 100644 --- a/src/cuirass/notification.scm +++ b/src/cuirass/notification.scm @@ -94,7 +94,7 @@ interfering with fibers." (job-name (assq-ref build #:job-name)) (specification (assq-ref build #:specification)) (weather-text (build-weather-text build))) - (format #f "The build ~a for specification ~a is ~a. You can find + (format #f "The build ~a for specification ~a is ~a. You can find \ the detailed information about this build here: ~a." job-name specification weather-text url))) -- GitLab