mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
eth/downloader: rm extra whitespace
This commit is contained in:
parent
244fe39258
commit
1bdec68692
1 changed files with 0 additions and 1 deletions
|
|
@ -1021,7 +1021,6 @@ func (d *Downloader) fetchHeaders(p *peerConnection, from uint64, head uint64) e
|
||||||
mode = d.getMode()
|
mode = d.getMode()
|
||||||
fsHeaderContCheckTimer = time.NewTimer(fsHeaderContCheck)
|
fsHeaderContCheckTimer = time.NewTimer(fsHeaderContCheck)
|
||||||
)
|
)
|
||||||
|
|
||||||
defer fsHeaderContCheckTimer.Stop()
|
defer fsHeaderContCheckTimer.Stop()
|
||||||
|
|
||||||
for {
|
for {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue