diff --git a/internal/model/list.go b/internal/model/list.go index c2a839b..04c6cbc 100644 --- a/internal/model/list.go +++ b/internal/model/list.go @@ -100,7 +100,7 @@ func (l List) String() string { if len(l.Accounts) > 0 { for id, name := range l.Accounts { output += fmt.Sprintf( - "\n - %s (%s)", + "\n • %s (%s)", utilities.DisplayNameFormat(name), id, )