diff options
| author | Paul Buetow <paul@buetow.org> | 2025-06-26 22:08:45 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-06-26 22:08:45 +0300 |
| commit | 5580124aa9700fdd575d783ab525dceb395634b9 (patch) | |
| tree | 6a610710a83de195cf4b6a8b78b3b73e08f2f76e | |
| parent | d083660e8502edede9339d4cdfd14b814008c099 (diff) | |
fix space
| -rw-r--r-- | internal/timer/operations.go | 2 |
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 } |
