Skip to content

Commit

Permalink
gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanxin committed Oct 17, 2024
1 parent b028f7a commit 7c43a85
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions internal/remote/skr_context_provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ func NewKymaSkrContextProvider(kcpClient Client, clientCache *ClientCache, event

const kubeConfigKey = "config"

var (
ErrSkrClientContextNotFound = errors.New("skr client context not found")
)
var ErrSkrClientContextNotFound = errors.New("skr client context not found")

func (k *KymaSkrContextProvider) Init(ctx context.Context, kyma types.NamespacedName) error {
if k.clientCache.Contains(kyma) {
Expand Down

0 comments on commit 7c43a85

Please sign in to comment.