Skip to content

Commit

Permalink
chore: fixed linting
Browse files Browse the repository at this point in the history
  • Loading branch information
freak12techno committed Oct 31, 2023
1 parent 7ee4339 commit 5439f0d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/display/wrapper.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ func NewWrapper(logger zerolog.Logger, pauseChannel chan bool, appVersion string
SetDynamicColors(true).
SetRegions(true)

helpModal := tview.NewModal().
SetText(string(helpText))
helpModal := tview.NewModal().SetText(helpText)

grid := tview.NewGrid().
SetRows(0, 0, 0, 0, 0, 0, 0, 0, 0, 0).
Expand Down

0 comments on commit 5439f0d

Please sign in to comment.