mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-23 15:14:32 +00:00
chore: fix linter issues that CI missed (#188)
## Why this should be merged #185 was allowed to merge despite CI requiring the `lint` job. ## How this works Fix linter issues. ## How this was tested The first commit is an empty commit, expected to fail CI, to confirm that the job is in fact required.
This commit is contained in:
parent
bedfd12e2d
commit
0bfe4a0380
1 changed files with 5 additions and 5 deletions
|
|
@ -65,11 +65,11 @@ func TestMinimumGasConsumption(t *testing.T) {
|
|||
// All transactions will be basic transfers so consume [params.TxGas] by
|
||||
// default.
|
||||
tests := []struct {
|
||||
name string
|
||||
gasLimit uint64
|
||||
refund uint64
|
||||
minConsumption uint64
|
||||
wantUsed uint64
|
||||
name string
|
||||
gasLimit uint64
|
||||
refund uint64
|
||||
minConsumption uint64
|
||||
wantUsed uint64
|
||||
}{
|
||||
{
|
||||
name: "consume_extra",
|
||||
|
|
|
|||
Loading…
Reference in a new issue