We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
gofmt
1 parent cfe70de commit bedf6e0Copy full SHA for bedf6e0
core/state_transition.libevm_test.go
@@ -65,11 +65,11 @@ func TestMinimumGasConsumption(t *testing.T) {
65
// All transactions will be basic transfers so consume [params.TxGas] by
66
// default.
67
tests := []struct {
68
- name string
69
- gasLimit uint64
70
- refund uint64
71
- minConsumption uint64
72
- wantUsed uint64
+ name string
+ gasLimit uint64
+ refund uint64
+ minConsumption uint64
+ wantUsed uint64
73
}{
74
{
75
name: "consume_extra",
0 commit comments