Skip to content

Commit

Permalink
update imports sort
Browse files Browse the repository at this point in the history
  • Loading branch information
zach593 committed May 10, 2023
1 parent 6101bfe commit cac02e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/controller-manager/app/controllermanager.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package app
import (
"context"
"flag"
"k8s.io/klog/v2"
"net"
"strconv"
"time"
Expand All @@ -17,6 +16,7 @@ import (
kubeclientset "k8s.io/client-go/kubernetes"
cliflag "k8s.io/component-base/cli/flag"
"k8s.io/component-base/term"
"k8s.io/klog/v2"
controllerruntime "sigs.k8s.io/controller-runtime"
"sigs.k8s.io/controller-runtime/pkg/cache"
"sigs.k8s.io/controller-runtime/pkg/config/v1alpha1"
Expand Down

0 comments on commit cac02e0

Please sign in to comment.