Skip to content

Commit 16a8c76

Browse files
committed
fix merge duplication
1 parent 8786e2a commit 16a8c76

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: raft.go

-1
Original file line numberDiff line numberDiff line change
@@ -1925,7 +1925,6 @@ func (r *Raft) electSelf(preVote bool) <-chan *voteResult {
19251925
LastLogTerm: lastTerm,
19261926
LeadershipTransfer: r.candidateFromLeadershipTransfer.Load(),
19271927
PreVote: preVote,
1928-
PreVote: preVote,
19291928
}
19301929

19311930
// Construct a function to ask for a vote

0 commit comments

Comments
 (0)