Skip to content

Commit ee1d4cb

Browse files
committed
fmt package
1 parent f2084cd commit ee1d4cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/controller/distributedrediscluster/distributedrediscluster_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ package distributedrediscluster
22

33
import (
44
"context"
5-
"github.com/ucloud/redis-cluster-operator/pkg/controller/heal"
65

76
"k8s.io/apimachinery/pkg/api/errors"
87
"k8s.io/apimachinery/pkg/runtime"
@@ -18,6 +17,7 @@ import (
1817

1918
redisv1alpha1 "github.com/ucloud/redis-cluster-operator/pkg/apis/redis/v1alpha1"
2019
"github.com/ucloud/redis-cluster-operator/pkg/config"
20+
"github.com/ucloud/redis-cluster-operator/pkg/controller/heal"
2121
clustermanger "github.com/ucloud/redis-cluster-operator/pkg/controller/manager"
2222
"github.com/ucloud/redis-cluster-operator/pkg/k8sutil"
2323
"github.com/ucloud/redis-cluster-operator/pkg/redisutil"

0 commit comments

Comments
 (0)