raft/doc.go: add missing }

This commit is contained in:
Jud White 2016-04-19 04:21:33 -05:00
parent bf9cccfc34
commit a9cfbd5414

View File

@ -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