Skip to content

Commit

Permalink
fix: fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
chuntaojun committed Sep 3, 2022
1 parent 3d1efce commit f51dd16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/boot/discovery.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ func (fp *discovery) GetDataSourceCluster(ctx context.Context, tenant, cluster s
}

func (fp *discovery) GetGroup(ctx context.Context, tenant, cluster, group string) (*config.Group, error) {
exist, ok := fp.loadGroup(cluster, group)
exist, ok := fp.loadGroup(tenant, cluster, group)
if !ok {
return nil, nil
}
Expand Down

0 comments on commit f51dd16

Please sign in to comment.