From 4fb28e0dab912854570c6b6b183004f4b3e7ac05 Mon Sep 17 00:00:00 2001
From: Felix Lange <fjl@twurst.com>
Date: Tue, 7 Jul 2015 05:10:49 +0200
Subject: all: goimports -w

---
 core/vm/vm_jit.go | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

(limited to 'core/vm')

diff --git a/core/vm/vm_jit.go b/core/vm/vm_jit.go
index 25e59eaf4..34f45b5f4 100644
--- a/core/vm/vm_jit.go
+++ b/core/vm/vm_jit.go
@@ -34,10 +34,12 @@ import (
 	"bytes"
 	"errors"
 	"fmt"
-	"github.com/ethereum/go-ethereum/core/state"
-	"github.com/ethereum/go-ethereum/crypto"
 	"math/big"
 	"unsafe"
+
+	"github.com/ethereum/go-ethereum/core/state"
+	"github.com/ethereum/go-ethereum/crypto"
+	"github.com/ethereum/go-ethereum/params"
 )
 
 type JitVm struct {
-- 
cgit v1.2.3