diff --git a/core/vm/analysis_test.go b/core/vm/analysis_test.go index b7f04a74fc..fd2d744d87 100644 --- a/core/vm/analysis_test.go +++ b/core/vm/analysis_test.go @@ -17,8 +17,9 @@ package vm import ( - "github.com/ethereum/go-ethereum/crypto" "testing" + + "github.com/ethereum/go-ethereum/crypto" ) func TestJumpDestAnalysis(t *testing.T) { diff --git a/core/vm/runtime/runtime_test.go b/core/vm/runtime/runtime_test.go index 4c58cf44df..bac06e524b 100644 --- a/core/vm/runtime/runtime_test.go +++ b/core/vm/runtime/runtime_test.go @@ -17,7 +17,6 @@ package runtime import ( - "github.com/ethereum/go-ethereum/params" "math/big" "strings" "testing" @@ -27,6 +26,7 @@ import ( "github.com/ethereum/go-ethereum/core/state" "github.com/ethereum/go-ethereum/core/vm" "github.com/ethereum/go-ethereum/ethdb" + "github.com/ethereum/go-ethereum/params" ) func TestDefaults(t *testing.T) {