eth/downloader: gofmt (#30261)

Fixes a regression introduced in
https://github.com/ethereum/go-ethereum/pull/30219
This commit is contained in:
Felix Lange 2024-08-02 17:36:28 +02:00 committed by GitHub
parent e4675771ed
commit 16cf5c5fed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -135,7 +135,7 @@ func (b *beaconBackfiller) setMode(mode SyncMode) {
return
}
log.Error("Downloader sync mode changed mid-run", "old", oldMode.String(), "new", mode.String())
b.suspend()
b.suspend()
b.resume()
}