Explorar el Código

Merge pull request #5126 from judwhite/patch-2

raft/doc.go: add missing }
Xiang Li hace 10 años
padre
commit
668ea89980
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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