Skip to content

Commit

Permalink
fix: cgi linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgerojas26 committed Aug 30, 2024
1 parent 686462e commit 9dd8e99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/HelpModal.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ import (
"strings"

"github.com/gdamore/tcell/v2"
"github.com/rivo/tview"

"github.com/jorgerojas26/lazysql/app"
"github.com/jorgerojas26/lazysql/commands"
"github.com/jorgerojas26/lazysql/keymap"
"github.com/rivo/tview"
)

type HelpModal struct {
Expand Down

0 comments on commit 9dd8e99

Please sign in to comment.