mirror of
https://github.com/taigrr/bubbletea.git
synced 2026-04-02 02:59:09 -07:00
chore: clean up linter errors in examples
This commit is contained in:
@@ -27,10 +27,9 @@ func finalPause() tea.Cmd {
|
||||
}
|
||||
|
||||
type model struct {
|
||||
url, path string
|
||||
pw *progressWriter
|
||||
progress progress.Model
|
||||
err error
|
||||
pw *progressWriter
|
||||
progress progress.Model
|
||||
err error
|
||||
}
|
||||
|
||||
func (m model) Init() tea.Cmd {
|
||||
|
||||
Reference in New Issue
Block a user