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 13, 2024
1 parent f957a9f commit 1f7ae72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/model/savedFilters.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const (
)

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

Expand Down

0 comments on commit 1f7ae72

Please sign in to comment.