From 9a01219f510eb1458afdaa92b9369f2a31335160 Mon Sep 17 00:00:00 2001 From: nhyatt Date: Tue, 13 May 2025 06:48:30 -0500 Subject: [PATCH] Removes new-line --- cmd/go-temper/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/go-temper/main.go b/cmd/go-temper/main.go index c896157..a192c47 100644 --- a/cmd/go-temper/main.go +++ b/cmd/go-temper/main.go @@ -71,7 +71,7 @@ func readTemp(wg *sync.WaitGroup, shutdown <-chan bool, temper []*temper.Temper, // reset the timer t.Reset(timeout) case <-shutdown: - log.Println("[INFO] Stopped Collecting Temperature\n") + log.Println("[INFO] Stopped Collecting Temperature") // clear the task form the wait-group wg.Done()