diff --git a/pkg/mock/mockcluster/mockcluster.go b/pkg/mock/mockcluster/mockcluster.go index 7ae24a428a8..ca10fab4ff8 100644 --- a/pkg/mock/mockcluster/mockcluster.go +++ b/pkg/mock/mockcluster/mockcluster.go @@ -62,7 +62,7 @@ type Cluster struct { // NewCluster creates a new Cluster func NewCluster(ctx context.Context, opts *config.PersistOptions) *Cluster { - basicCluster:= core.NewBasicCluster() + basicCluster := core.NewBasicCluster() clus := &Cluster{ BasicCluster: basicCluster, IDAllocator: mockid.NewIDAllocator(),