Skip to content

Commit

Permalink
tools: minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lni committed Jun 19, 2022
1 parent 7b2d6c1 commit b52010f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/checkdisk/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ func main() {
}
for i := uint64(1); i <= uint64(*shardcount); i++ {
for j := 0; j < 10000; j++ {
leaderID, ok, err := nh.GetLeaderID(i)
leaderID, _, ok, err := nh.GetLeaderID(i)
if err != nil {
panic(err)
}
Expand Down

0 comments on commit b52010f

Please sign in to comment.