From 22c20c69f3ef1aff1b11f297f488fd9e86d416df Mon Sep 17 00:00:00 2001 From: Maas Lalani Date: Thu, 28 Mar 2024 14:34:04 -0400 Subject: [PATCH] fix: lint --- confirm/command.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confirm/command.go b/confirm/command.go index f40cde744..81f3f56b9 100644 --- a/confirm/command.go +++ b/confirm/command.go @@ -17,7 +17,7 @@ func (o Options) Run() error { theme.Focused.FocusedButton = o.SelectedStyle.ToLipgloss() theme.Focused.BlurredButton = o.UnselectedStyle.ToLipgloss() - var choice bool = o.Default + choice := o.Default err := huh.NewForm( huh.NewGroup(