Skip to content

Commit

Permalink
Remove unused struct field
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisTheMenace780 committed Sep 24, 2023
1 parent b519806 commit f073095
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ func (d itemDelegate) Render(w io.Writer, m list.Model, index int, listItem list
type model struct {
list list.Model
choice string
cursor int
quitting bool
}

Expand Down

0 comments on commit f073095

Please sign in to comment.