mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
eth/downloader: gofmt
This commit is contained in:
parent
e4675771ed
commit
2e205a8f50
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue