mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
raft/doc.go: add missing }
This commit is contained in:
parent
bf9cccfc34
commit
a9cfbd5414
@ -137,6 +137,7 @@ The total state machine handling loop will look something like this:
|
||||
cc.Unmarshal(entry.Data)
|
||||
s.Node.ApplyConfChange(cc)
|
||||
}
|
||||
}
|
||||
s.Node.Advance()
|
||||
case <-s.done:
|
||||
return
|
||||
|
Loading…
x
Reference in New Issue
Block a user