Skip to content

Commit 67be798

Browse files
committed
fix whitespace
1 parent 3839bf7 commit 67be798

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eth/downloader/downloader.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2008,4 +2008,4 @@ func (d *Downloader) deliver(destCh chan dataPack, packet dataPack, inMeter, dro
20082008
case <-cancel:
20092009
return errNoSyncActive
20102010
}
2011-
}
2011+
}

eth/downloader/resultstore.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,4 +191,4 @@ func (r *resultStore) Prepare(offset uint64) {
191191
if r.resultOffset < offset {
192192
r.resultOffset = offset
193193
}
194-
}
194+
}

0 commit comments

Comments
 (0)