make linter happier
This commit is contained in:
parent
747a24ebd6
commit
98a5044662
6 changed files with 21 additions and 28 deletions
|
@ -312,7 +312,6 @@ func (m model) View() string {
|
|||
}
|
||||
|
||||
func (m model) showHelp() string {
|
||||
// TODO: maybe use bubbletea built in help
|
||||
var filterText string
|
||||
if m.filter != "" {
|
||||
filterText = fmt.Sprintf(" (%s)", m.filter)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue