mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
raft: remove extra empty line in log.go
This commit is contained in:
parent
6c8e294d20
commit
f3cef87c69
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user