Skip to content

Commit

Permalink
format tui.go and db_test.go with gci
Browse files Browse the repository at this point in the history
  • Loading branch information
theredditbandit committed May 13, 2024
1 parent 618117f commit 0045882
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion pkg/db/db_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ import (

"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"github.com/theredditbandit/pman/pkg/db"
bolt "go.etcd.io/bbolt"

"github.com/theredditbandit/pman/pkg/db"
)

const dbname = db.DBTestName
Expand Down
4 changes: 2 additions & 2 deletions pkg/ui/tui.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ var (
)

type item struct {
name string
status string
name string
status string
}

func (i item) Title() string { return i.name }
Expand Down

0 comments on commit 0045882

Please sign in to comment.