eth/downloader: rm extra whitespace

This commit is contained in:
lightclient 2024-03-19 13:01:36 -06:00 committed by GitHub
parent 244fe39258
commit 1bdec68692
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 {