Skip to content

Commit b525a63

Browse files
committed
core/evm.go: revert newline in NewEVMBlockContext
1 parent f40180d commit b525a63

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/evm.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ func NewEVMBlockContext(header *types.Header, chain ChainContext, author *common
122122
if header.ExcessBlobGas != nil {
123123
blobBaseFee = eip4844.CalcBlobFee(*header.ExcessBlobGas)
124124
}
125-
126125
return vm.BlockContext{
127126
CanTransfer: CanTransfer,
128127
Transfer: Transfer,

0 commit comments

Comments
 (0)