fix: golangci-lint 2 fixes (#769)

This commit is contained in:
Carlos Alexandro Becker
2025-03-31 14:18:18 -03:00
committed by GitHub
parent cce848148c
commit bd2a5b0c6a
13 changed files with 33 additions and 8 deletions
+1 -1
View File
@@ -289,7 +289,7 @@ func (m *Model) SetFilterText(filter string) {
m.updateKeybindings()
}
// Helper method for setting the filtering state manually.
// SetFilterState allows setting the filtering state manually.
func (m *Model) SetFilterState(state FilterState) {
m.Paginator.Page = 0
m.cursor = 0