diff options
| -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 } |
