fix: lint

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
Carlos Alexandro Becker
2025-03-25 13:42:02 -03:00
parent d5bc1ac332
commit acc929c43e
+1 -1
View File
@@ -702,7 +702,7 @@ func (m Model) updateAsModel(msg tea.Msg) Model {
break
}
switch msg.Button { //nolint:exhaustive
switch msg.Button {
case tea.MouseWheelDown:
m.LineDown(m.MouseWheelDelta)