From 880f6981a5cc18f4b5921f601a1c9e2a49bf7176 Mon Sep 17 00:00:00 2001 From: Martin Holst Swende Date: Tue, 2 Oct 2018 13:40:03 +0200 Subject: [PATCH] core/vm: go formatting tests --- core/vm/analysis_test.go | 3 ++- core/vm/runtime/runtime_test.go | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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) {