Skip to content

Commit a835171

Browse files
fjlqianhh
authored andcommitted
eth/downloader: gofmt (#30261)
Fixes a regression introduced in ethereum/go-ethereum#30219
1 parent da4896c commit a835171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eth/downloader/beaconsync.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ func (b *beaconBackfiller) setMode(mode SyncMode) {
135135
return
136136
}
137137
log.Error("Downloader sync mode changed mid-run", "old", oldMode.String(), "new", mode.String())
138-
b.suspend()
138+
b.suspend()
139139
b.resume()
140140
}
141141

0 commit comments

Comments
 (0)