eth/downloader: gofmt (#30261)
Fixes a regression introduced in https://github.com/ethereum/go-ethereum/pull/30219
This commit is contained in:
parent
e4675771ed
commit
16cf5c5fed
|
@ -135,7 +135,7 @@ func (b *beaconBackfiller) setMode(mode SyncMode) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
log.Error("Downloader sync mode changed mid-run", "old", oldMode.String(), "new", mode.String())
|
log.Error("Downloader sync mode changed mid-run", "old", oldMode.String(), "new", mode.String())
|
||||||
b.suspend()
|
b.suspend()
|
||||||
b.resume()
|
b.resume()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue