Skip to content

Commit

Permalink
chore: cleanup old msg
Browse files Browse the repository at this point in the history
  • Loading branch information
bashbunni committed Mar 31, 2022
1 parent 2b81829 commit 31a0721
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/download-progress/tui.go
Expand Up @@ -20,8 +20,6 @@ type progressMsg float64

type progressErrMsg struct{ err error }

type finalPauseFinishedMsg struct{}

func finalPause() tea.Cmd {
return tea.Tick(time.Millisecond*750, func(_ time.Time) tea.Msg {
return nil
Expand Down

0 comments on commit 31a0721

Please sign in to comment.