Skip to content

Commit

Permalink
grouper: adjust import order style
Browse files Browse the repository at this point in the history
  • Loading branch information
leonklingele committed Jan 20, 2022
1 parent 7fa2a96 commit 234b470
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/golinters/grouper.go
@@ -1,12 +1,11 @@
package golinters

import (
grouper "github.com/leonklingele/grouper/pkg/analyzer"
"golang.org/x/tools/go/analysis"

"github.com/golangci/golangci-lint/pkg/config"
"github.com/golangci/golangci-lint/pkg/golinters/goanalysis"

grouper "github.com/leonklingele/grouper/pkg/analyzer"
)

func NewGrouper(settings *config.GrouperSettings) *goanalysis.Linter {
Expand Down

0 comments on commit 234b470

Please sign in to comment.