mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 14:46:42 +00:00
remove trailing space
This commit is contained in:
parent
bbac97c0d8
commit
aa47a05778
1 changed files with 0 additions and 1 deletions
|
|
@ -335,7 +335,6 @@ func (b *BlockGen) collectRequests(readonly bool) (requests [][]byte) {
|
||||||
if err := ProcessConsolidationQueue(&requests, evm); err != nil {
|
if err := ProcessConsolidationQueue(&requests, evm); err != nil {
|
||||||
panic(fmt.Sprintf("could not process consolidation requests: %v", err))
|
panic(fmt.Sprintf("could not process consolidation requests: %v", err))
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
return requests
|
return requests
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue