all: remove extra whitespace

This commit is contained in:
lightclient 2024-03-18 16:07:51 -06:00 committed by GitHub
parent beadd2b8f8
commit 22bf33dc5c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 2 deletions

View file

@ -289,7 +289,6 @@ func (d *Downloader) fetchBeaconHeaders(from uint64) error {
localHeaders = d.readHeaderRange(tail, int(count)) localHeaders = d.readHeaderRange(tail, int(count))
log.Warn("Retrieved beacon headers from local", "from", from, "count", count) log.Warn("Retrieved beacon headers from local", "from", from, "count", count)
} }
fsHeaderContCheckTimer := time.NewTimer(fsHeaderContCheck) fsHeaderContCheckTimer := time.NewTimer(fsHeaderContCheck)
defer fsHeaderContCheckTimer.Stop() defer fsHeaderContCheckTimer.Stop()

View file

@ -65,7 +65,6 @@ func startStop(net *Network, quit chan struct{}, nodeCount int) {
if err != nil { if err != nil {
panic("Could not startup node network for mocker") panic("Could not startup node network for mocker")
} }
var ( var (
tick = time.NewTicker(10 * time.Second) tick = time.NewTicker(10 * time.Second)
timer = time.NewTimer(3 * time.Second) timer = time.NewTimer(3 * time.Second)