From a8689a100bac6b3c002882f1f7971b8973e16168 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20H=C3=A5rek=20Andreassen?= Date: Fri, 4 Oct 2024 23:18:41 +0200 Subject: [PATCH] fix: Use multi-line MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tim Hårek Andreassen --- cmd/now.go | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/cmd/now.go b/cmd/now.go index 9d76de9..5e3696c 100644 --- a/cmd/now.go +++ b/cmd/now.go @@ -56,7 +56,11 @@ func now(cmd *cobra.Command, args []string) { } fmt.Printf( - `%s %s: Temperature: %.1f °C Rain: %.1f mm Wind: %.1f m/s from %s `, + `%s %s: + Temperature: %.1f °C + Rain: %.1f mm + Wind: %.1f m/s from %s +`, n.Location, itemTime.Format("Monday 2 Jan 15:04"), n.Temperature,