From a9cfbd5414e879fcd32f008b1175a46146862be5 Mon Sep 17 00:00:00 2001 From: Jud White Date: Tue, 19 Apr 2016 04:21:33 -0500 Subject: [PATCH] raft/doc.go: add missing } --- raft/doc.go | 1 + 1 file changed, 1 insertion(+) diff --git a/raft/doc.go b/raft/doc.go index 6ed0bcfad..1aff1c085 100644 --- a/raft/doc.go +++ b/raft/doc.go @@ -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