소스 검색

raft/doc.go: add missing }

Jud White 10 년 전
부모
커밋
a9cfbd5414
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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