diff options
Diffstat (limited to 'commands/ls.go')
-rw-r--r-- | commands/ls.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/ls.go b/commands/ls.go index 61724f2a..f5fc6681 100644 --- a/commands/ls.go +++ b/commands/ls.go @@ -279,7 +279,7 @@ func lsDefaultFormatter(env *Env, bugExcerpts []*cache.BugExcerpt) error { comments = " ∞ 💬" } - env.out.Printf("%s %s\t%s\t%s\t%s\n", + env.out.Printf("%s\t%s\t%s\t%s\t%s\n", colors.Cyan(b.Id.Human()), colors.Yellow(b.Status), titleFmt+labelsFmt, |