eth/downloader: gofmt (#30261)

Fixes a regression introduced in
https://github.com/ethereum/go-ethereum/pull/30219
pull/30257/head
Felix Lange 2 months ago committed by GitHub
parent e4675771ed
commit 16cf5c5fed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      eth/downloader/beaconsync.go

@ -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()
}

Loading…
Cancel
Save