From 22bf33dc5c47a7f4e2a30a3f10b18439096d7d14 Mon Sep 17 00:00:00 2001 From: lightclient <14004106+lightclient@users.noreply.github.com> Date: Mon, 18 Mar 2024 16:07:51 -0600 Subject: [PATCH] all: remove extra whitespace --- eth/downloader/beaconsync.go | 1 - p2p/simulations/mocker.go | 1 - 2 files changed, 2 deletions(-) diff --git a/eth/downloader/beaconsync.go b/eth/downloader/beaconsync.go index ee6039f5ba..7dfc419f4e 100644 --- a/eth/downloader/beaconsync.go +++ b/eth/downloader/beaconsync.go @@ -289,7 +289,6 @@ func (d *Downloader) fetchBeaconHeaders(from uint64) error { localHeaders = d.readHeaderRange(tail, int(count)) log.Warn("Retrieved beacon headers from local", "from", from, "count", count) } - fsHeaderContCheckTimer := time.NewTimer(fsHeaderContCheck) defer fsHeaderContCheckTimer.Stop() diff --git a/p2p/simulations/mocker.go b/p2p/simulations/mocker.go index 5227e5f996..8763df67ef 100644 --- a/p2p/simulations/mocker.go +++ b/p2p/simulations/mocker.go @@ -65,7 +65,6 @@ func startStop(net *Network, quit chan struct{}, nodeCount int) { if err != nil { panic("Could not startup node network for mocker") } - var ( tick = time.NewTicker(10 * time.Second) timer = time.NewTimer(3 * time.Second)