Skip to content

Commit 19635b4

Browse files
committed
fix linter
1 parent 7df4a4a commit 19635b4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

main.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ import (
2121
"flag"
2222
"os"
2323

24-
"sigs.k8s.io/controller-runtime/pkg/webhook"
25-
2624
//+kubebuilder:scaffold:imports
2725
"k8s.io/apimachinery/pkg/runtime"
2826
utilruntime "k8s.io/apimachinery/pkg/util/runtime"
@@ -36,6 +34,7 @@ import (
3634
"sigs.k8s.io/controller-runtime/pkg/cache"
3735
"sigs.k8s.io/controller-runtime/pkg/healthz"
3836
metricsserver "sigs.k8s.io/controller-runtime/pkg/metrics/server"
37+
"sigs.k8s.io/controller-runtime/pkg/webhook"
3938

4039
"sigs.k8s.io/cluster-api-ipam-provider-in-cluster/api/v1alpha1"
4140
"sigs.k8s.io/cluster-api-ipam-provider-in-cluster/api/v1alpha2"

0 commit comments

Comments
 (0)