fix spacing
This commit is contained in:
parent
42c4dbb3da
commit
538949679f
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ type Item struct {
|
|||
|
||||
func New(opts ListOptions) {
|
||||
|
||||
fmt.Println(tui.FgColorGrey + "[ " + tui.Format(tui.FgColorGold, tui.FmtUnderline) + opts.Title + tui.Format(tui.FmtUnderlineReset, tui.FgColorGrey) + " " + " ]" + tui.FmtReset)
|
||||
fmt.Println(tui.FgColorGrey + "[ " + tui.Format(tui.FgColorGold, tui.FmtUnderline) + opts.Title + tui.Format(tui.FmtUnderlineReset, tui.FgColorGrey) + " ]" + tui.FmtReset)
|
||||
|
||||
for _, item := range opts.Items {
|
||||
fmt.Println(itemString(item.Key, item.Value))
|
||||
|
|
Loading…
Reference in a new issue