Skip to content

Commit

Permalink
format pkg sort
Browse files Browse the repository at this point in the history
  • Loading branch information
weilaaa committed Jan 16, 2024
1 parent 9fcc599 commit 6c73b7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/ctrlmgr/controllers/binding/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ package binding
import (
"context"
"fmt"
"github.com/kubecube-io/kubecube/pkg/utils/hash"
"strings"

"github.com/kubecube-io/kubecube/pkg/utils/constants"
"github.com/kubecube-io/kubecube/pkg/utils/hash"
rbacv1 "k8s.io/api/rbac/v1"
"k8s.io/apimachinery/pkg/types"
"k8s.io/client-go/util/retry"
Expand Down
2 changes: 1 addition & 1 deletion pkg/warden/localmgr/controllers/user/helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ package controllers
import (
"context"
"fmt"
"sigs.k8s.io/controller-runtime/pkg/controller/controllerutil"
"strings"

v1 "github.com/kubecube-io/kubecube/pkg/apis/user/v1"
"k8s.io/apimachinery/pkg/types"
"k8s.io/client-go/util/retry"
"sigs.k8s.io/controller-runtime/pkg/client"
"sigs.k8s.io/controller-runtime/pkg/controller/controllerutil"
)

func updateUserStatus(ctx context.Context, cli client.Client, user *v1.User) error {
Expand Down

0 comments on commit 6c73b7f

Please sign in to comment.