Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaelFangel committed Sep 17, 2023
1 parent 0a28b84 commit a100ffb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions filter/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ func (o Options) Run() error {
}

choices = make([]string, len(o.Options))
for i, option := range o.Options {
choices[i] = option
}
copy(choices, o.Options)

options := []tea.ProgramOption{tea.WithOutput(os.Stderr)}
if o.Height == 0 {
Expand Down

0 comments on commit a100ffb

Please sign in to comment.