Browse Source

raft/doc.go: add missing }

Jud White 9 years ago
parent
commit
a9cfbd5414
1 changed files with 1 additions and 0 deletions
  1. 1 0
      raft/doc.go

+ 1 - 0
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