Skip to content

Commit 11692d3

Browse files
committed
webhook_suite_test: goimports
1 parent fbbec81 commit 11692d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/webhook/webhook_suite_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,11 @@ import (
2424
"testing"
2525
"time"
2626

27-
"github.com/ionos-cloud/cluster-api-provider-proxmox/test/helpers"
2827
. "github.com/onsi/ginkgo/v2"
2928
. "github.com/onsi/gomega"
3029

30+
"github.com/ionos-cloud/cluster-api-provider-proxmox/test/helpers"
31+
3132
//+kubebuilder:scaffold:imports
3233

3334
ctrl "sigs.k8s.io/controller-runtime"

0 commit comments

Comments
 (0)