more white space

master
Bel LaPointe 2020-02-17 15:14:23 -07:00
parent e5a21a6063
commit 6fa61b3d2f
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ func WithTS(typed Typed) Typed {
return func(t *Timer) string {
s := typed(t)
return fmt.Sprintf(
"%s: %s",
"%s:\t%s",
time.Now().Format("15:04:05"),
s,
)