Ver Fonte

Merge pull request #5126 from judwhite/patch-2

raft/doc.go: add missing }
Xiang Li há 10 anos atrás
pai
commit
668ea89980
1 ficheiros alterados com 1 adições e 0 exclusões
  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