Skip to content

Commit

Permalink
lint via golangci-liint --fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zeucapua committed Sep 9, 2024
1 parent 613ced5 commit 33c2057
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
7 changes: 3 additions & 4 deletions cmd/generate/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,13 @@ import (
"slices"
"strings"

"github.com/go-git/go-git/v5"
"github.com/go-git/go-git/v5/plumbing/object"
"github.com/spf13/cobra"

"github.com/charmbracelet/bubbles/help"
"github.com/charmbracelet/bubbles/key"
"github.com/charmbracelet/bubbles/textinput"
tea "github.com/charmbracelet/bubbletea"
"github.com/go-git/go-git/v5"
"github.com/go-git/go-git/v5/plumbing/object"
"github.com/spf13/cobra"
)

// Options for the config generation command
Expand Down
1 change: 0 additions & 1 deletion cmd/generate/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import (
"github.com/spf13/cobra"

"github.com/open-sauced/pizza-cli/cmd/generate/codeowners"

"github.com/open-sauced/pizza-cli/cmd/generate/config"
)

Expand Down

0 comments on commit 33c2057

Please sign in to comment.