Skip to content

Commit

Permalink
style: import group ordering. (#1742)
Browse files Browse the repository at this point in the history
  • Loading branch information
cppcoffee committed Jul 25, 2022
1 parent bcafb10 commit a8ed4bc
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pkg/controller/switch_lb_rule.go
Expand Up @@ -3,8 +3,9 @@ package controller
import (
"context"
"fmt"
kubeovnv1 "github.com/kubeovn/kube-ovn/pkg/apis/kubeovn/v1"
"github.com/kubeovn/kube-ovn/pkg/util"
"reflect"
"strings"

corev1 "k8s.io/api/core/v1"
k8serrors "k8s.io/apimachinery/pkg/api/errors"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
Expand All @@ -13,8 +14,9 @@ import (
"k8s.io/client-go/tools/cache"
"k8s.io/client-go/util/workqueue"
"k8s.io/klog/v2"
"reflect"
"strings"

kubeovnv1 "github.com/kubeovn/kube-ovn/pkg/apis/kubeovn/v1"
"github.com/kubeovn/kube-ovn/pkg/util"
)

type slrInfo struct {
Expand Down

0 comments on commit a8ed4bc

Please sign in to comment.