chore: format
This commit is contained in:
parent
04701dd670
commit
e7e4143998
1 changed files with 1 additions and 1 deletions
|
@ -144,8 +144,8 @@ func (r *Reporter) Fire(entry *log.Entry) error {
|
|||
if step.LogLength == 0 {
|
||||
step.LogIndex = int64(r.logOffset + len(r.logRows))
|
||||
}
|
||||
r.logRows = append(r.logRows, row)
|
||||
step.LogLength++
|
||||
r.logRows = append(r.logRows, row)
|
||||
}
|
||||
}
|
||||
} else if !r.duringSteps() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue