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:
Arran Schlosberg 2025-06-11 21:06:26 +01:00 committed by GitHub
parent bedfd12e2d
commit 0bfe4a0380
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",