Skip to content

Commit

Permalink
eth/downloader: gofmt (ethereum#30261)
Browse files Browse the repository at this point in the history
Fixes a regression introduced in
ethereum#30219
  • Loading branch information
fjl authored Aug 2, 2024
1 parent e467577 commit 16cf5c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth/downloader/beaconsync.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}

Expand Down

0 comments on commit 16cf5c5

Please sign in to comment.