Skip to content

Commit

Permalink
fix(spinner): remove unused member in model
Browse files Browse the repository at this point in the history
  • Loading branch information
meowgorithm committed Apr 12, 2022
1 parent 154cdbc commit 292a1dd
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions spinner/spinner.go
Expand Up @@ -72,7 +72,6 @@ var (
// Model contains the state for the spinner. Use NewModel to create new models
// rather than using Model as a struct literal.
type Model struct {

// Spinner settings to use. See type Spinner.
Spinner Spinner

Expand All @@ -83,10 +82,9 @@ type Model struct {
// https://github.com/charmbracelet/lipgloss
Style lipgloss.Style

frame int
startTime time.Time
id int
tag int
frame int
id int
tag int
}

// ID returns the spinner's unique ID.
Expand Down

0 comments on commit 292a1dd

Please sign in to comment.