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:
@@ -47,7 +47,7 @@ func (m model) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
|
||||
case tea.KeyMsg:
|
||||
return m, tea.Quit
|
||||
case tickMsg:
|
||||
m -= 1
|
||||
m--
|
||||
if m <= 0 {
|
||||
return m, tea.Quit
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user