summaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-06-26 22:08:45 +0300
committerPaul Buetow <paul@buetow.org>2025-06-26 22:08:45 +0300
commit5580124aa9700fdd575d783ab525dceb395634b9 (patch)
tree6a610710a83de195cf4b6a8b78b3b73e08f2f76e /internal
parentd083660e8502edede9339d4cdfd14b814008c099 (diff)
fix space
Diffstat (limited to 'internal')
-rw-r--r--internal/timer/operations.go2
1 files changed, 1 insertions, 1 deletions
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
}