瀏覽代碼

raft: remove extra empty line in log.go

Xiang Li 11 年之前
父節點
當前提交
f3cef87c69
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      raft/log.go

+ 0 - 1
raft/log.go

@@ -69,7 +69,6 @@ func newLog(storage Storage) *raftLog {
 
 
 func (l *raftLog) String() string {
 func (l *raftLog) String() string {
 	return fmt.Sprintf("unstable=%d committed=%d applied=%d", l.unstable, l.committed, l.applied)
 	return fmt.Sprintf("unstable=%d committed=%d applied=%d", l.unstable, l.committed, l.applied)
-
 }
 }
 
 
 // maybeAppend returns (0, false) if the entries cannot be appended. Otherwise,
 // maybeAppend returns (0, false) if the entries cannot be appended. Otherwise,