Skip to content

Commit

Permalink
Go fumpt'ed
Browse files Browse the repository at this point in the history
  • Loading branch information
Koustavd18 committed Aug 13, 2024
1 parent 5935677 commit f957a9f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pkg/model/savedFilters.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,10 @@ import (
"fmt"
"io"
"net/http"
"pb/pkg/config"
"strings"
"time"

"pb/pkg/config"

"github.com/charmbracelet/bubbles/key"
"github.com/charmbracelet/bubbles/list"
tea "github.com/charmbracelet/bubbletea"
Expand All @@ -40,7 +39,7 @@ const (

var (
docStyle = lipgloss.NewStyle().Margin(1, 2)
deleteFilterState bool = false
deleteFilterState = false
)

// FilterDetails represents the structure of filter data
Expand Down

0 comments on commit f957a9f

Please sign in to comment.