Skip to content

Commit

Permalink
fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
mistakenelf committed Oct 21, 2021
1 parent 027c5a3 commit 67d53fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ui/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ import (
"github.com/knipferrc/fm/internal/pdfdoc"
"github.com/knipferrc/fm/internal/text"
"github.com/knipferrc/fm/strfmt"
"golang.design/x/clipboard"

tea "github.com/charmbracelet/bubbletea"
"golang.design/x/clipboard"
)

type updateDirectoryListingMsg []fs.DirEntry
Expand Down

0 comments on commit 67d53fe

Please sign in to comment.