Skip to content

Commit

Permalink
make static happy
Browse files Browse the repository at this point in the history
Signed-off-by: husharp <jinhao.hu@pingcap.com>
  • Loading branch information
HuSharp committed Jun 21, 2024
1 parent 0415f12 commit 3553c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/pd-simulator/simulator/cases/stable_env.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func newStableEnv(config *sc.SimConfig) *Case {
})
}

simCase.Checker = func(_ *core.RegionsInfo, _ []info.StoreStats) bool {
simCase.Checker = func(_ []*metapb.Store, _ *core.RegionsInfo, _ []info.StoreStats) bool {
if len(allStores) == 0 {
return false
}
Expand Down

0 comments on commit 3553c7d

Please sign in to comment.