Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: lhy1024 <admin@liudos.us>
  • Loading branch information
lhy1024 committed Oct 30, 2024
1 parent 63a02b0 commit dec1b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/mock/mockcluster/mockcluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit dec1b40

Please sign in to comment.