From 5580124aa9700fdd575d783ab525dceb395634b9 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 26 Jun 2025 22:08:45 +0300 Subject: fix space --- internal/timer/operations.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/timer/operations.go b/internal/timer/operations.go index 71cf684..2b50e9e 100644 --- a/internal/timer/operations.go +++ b/internal/timer/operations.go @@ -94,5 +94,5 @@ func GetPromptStatus() (string, error) { icon = "▶" } - return fmt.Sprintf("%s %s", icon, elapsed.Round(time.Second)), nil + return fmt.Sprintf("%s%s", icon, elapsed.Round(time.Second)), nil } -- cgit v1.2.3