Skip to content

Commit 0bfe4a0

Browse files
authored
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.
1 parent bedfd12 commit 0bfe4a0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

core/state_transition.libevm_test.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ func TestMinimumGasConsumption(t *testing.T) {
6565
// All transactions will be basic transfers so consume [params.TxGas] by
6666
// default.
6767
tests := []struct {
68-
name string
69-
gasLimit uint64
70-
refund uint64
71-
minConsumption uint64
72-
wantUsed uint64
68+
name string
69+
gasLimit uint64
70+
refund uint64
71+
minConsumption uint64
72+
wantUsed uint64
7373
}{
7474
{
7575
name: "consume_extra",

0 commit comments

Comments
 (0)