Skip to content

Commit 55ef2a4

Browse files
committed
chore: gci
1 parent ce10b13 commit 55ef2a4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

core/vm/jump_table.libevm_test.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@ import (
55
"math/big"
66
"testing"
77

8+
"github.com/holiman/uint256"
9+
"github.com/stretchr/testify/assert"
10+
"github.com/stretchr/testify/require"
11+
812
"github.com/ethereum/go-ethereum/core/vm"
913
"github.com/ethereum/go-ethereum/libevm/ethtest"
1014
"github.com/ethereum/go-ethereum/libevm/hookstest"
1115
"github.com/ethereum/go-ethereum/params"
12-
"github.com/holiman/uint256"
13-
"github.com/stretchr/testify/assert"
14-
"github.com/stretchr/testify/require"
1516
)
1617

1718
type vmHooksStub struct {

0 commit comments

Comments
 (0)