Skip to content

Commit bedf6e0

Browse files
committed
chore: gofmt
1 parent cfe70de commit bedf6e0

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)