diff options
Diffstat (limited to 'widgets/selector.go')
-rw-r--r-- | widgets/selector.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/widgets/selector.go b/widgets/selector.go index ea1dd97a..71224c9b 100644 --- a/widgets/selector.go +++ b/widgets/selector.go @@ -176,7 +176,8 @@ type SelectorDialog struct { } func NewSelectorDialog(title string, prompt string, options []string, focus int, - uiConfig *config.UIConfig, cb func(string, error)) *SelectorDialog { + uiConfig *config.UIConfig, cb func(string, error), +) *SelectorDialog { sd := &SelectorDialog{ callback: cb, title: title, |