Skip to content

Commit 731471c

Browse files
uudashrldez
authored andcommitted
Reformat using goimports with -local
1 parent d18599f commit 731471c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pkg/golinters/iface/iface.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@ package iface
33
import (
44
"slices"
55

6-
"github.com/golangci/golangci-lint/pkg/config"
7-
"github.com/golangci/golangci-lint/pkg/goanalysis"
86
"github.com/uudashr/iface/duplicate"
97
"github.com/uudashr/iface/empty"
108
"github.com/uudashr/iface/opaque"
119
"github.com/uudashr/iface/unused"
1210
"golang.org/x/tools/go/analysis"
11+
12+
"github.com/golangci/golangci-lint/pkg/config"
13+
"github.com/golangci/golangci-lint/pkg/goanalysis"
1314
)
1415

1516
var allAnalyzers = []*analysis.Analyzer{

0 commit comments

Comments
 (0)