other: removed unsued line

This commit is contained in:
Slug-Boi
2024-10-21 13:12:12 +02:00
parent b0baa0cf70
commit c6fe91d24c
@@ -16,10 +16,6 @@ import (
"github.com/charmbracelet/lipgloss" "github.com/charmbracelet/lipgloss"
) )
var (
barStyle = lipgloss.NewStyle().Foreground(lipgloss.Color("170"))
)
type KeyMap struct { type KeyMap struct {
EndWithMes key.Binding EndWithMes key.Binding
} }