Skip to content

Commit 5931aef

Browse files
committed
fix lint
Signed-off-by: whosefriendA <[email protected]>
1 parent 94288c8 commit 5931aef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cmd/controller-manager/app/options/options.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ package options
1818

1919
import (
2020
"fmt"
21-
evictionQueueconfig "github.com/karmada-io/karmada/pkg/controllers/cluster/evictionqueue_config"
22-
2321
"regexp"
2422
"strings"
2523
"time"
@@ -29,6 +27,7 @@ import (
2927
"k8s.io/client-go/tools/leaderelection/resourcelock"
3028
componentbaseconfig "k8s.io/component-base/config"
3129

30+
evictionQueueconfig "github.com/karmada-io/karmada/pkg/controllers/cluster/evictionqueue_config"
3231
"github.com/karmada-io/karmada/pkg/controllers/federatedhpa/config"
3332
"github.com/karmada-io/karmada/pkg/features"
3433
"github.com/karmada-io/karmada/pkg/sharedcli/profileflag"

0 commit comments

Comments
 (0)