Skip to content

Commit

Permalink
add blank space in import
Browse files Browse the repository at this point in the history
  • Loading branch information
pikehuang committed Oct 25, 2023
1 parent 76ac6a9 commit 445eed5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/controller/controller_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ package controller
import (
"context"
"fmt"
"math/rand"
"math/rand"
"time"

"k8s.io/apimachinery/pkg/api/errors"
Expand All @@ -30,7 +30,7 @@ import (
"k8s.io/client-go/kubernetes"
"k8s.io/client-go/tools/cache"
"tkestack.io/tke/pkg/util/log"
"k8s.io/apimachinery/pkg/version"
"k8s.io/apimachinery/pkg/version"

// register auth group api scheme for api server.
_ "tkestack.io/tke/api/platform/install"
Expand Down

0 comments on commit 445eed5

Please sign in to comment.