Skip to content

Commit

Permalink
Go fmt'ed
Browse files Browse the repository at this point in the history
  • Loading branch information
Koustavd18 committed Aug 12, 2024
1 parent 6cf93e8 commit 4ad8376
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/model/savedFilters.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ const (
)

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

// FilterDetails represents the structure of filter data
Expand Down

0 comments on commit 4ad8376

Please sign in to comment.