Skip to content

Commit a9bfa83

Browse files
committed
make fix-golangci-lint
Signed-off-by: Erik Godding Boye <[email protected]>
1 parent b385fa8 commit a9bfa83

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pkg/cmd/cmd.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,9 @@ import (
2222

2323
ctrl "sigs.k8s.io/controller-runtime"
2424

25-
"github.com/cert-manager/approver-policy/pkg/internal/cmd"
26-
2725
_ "github.com/cert-manager/approver-policy/pkg/internal/approver/allowed"
2826
_ "github.com/cert-manager/approver-policy/pkg/internal/approver/constraints"
27+
"github.com/cert-manager/approver-policy/pkg/internal/cmd"
2928
)
3029

3130
// ExecutePolicyApprover executes the main approver-policy program making use

0 commit comments

Comments
 (0)