From 4fb28e0dab912854570c6b6b183004f4b3e7ac05 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Tue, 7 Jul 2015 05:10:49 +0200 Subject: all: goimports -w --- common/natspec/natspec.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common/natspec/natspec.go b/common/natspec/natspec.go index 90dfa4320..ed16d62a0 100644 --- a/common/natspec/natspec.go +++ b/common/natspec/natspec.go @@ -20,7 +20,6 @@ import ( "bytes" "encoding/json" "fmt" - "github.com/robertkrimen/otto" "strings" "github.com/ethereum/go-ethereum/common" @@ -28,6 +27,7 @@ import ( "github.com/ethereum/go-ethereum/common/registrar" "github.com/ethereum/go-ethereum/crypto" "github.com/ethereum/go-ethereum/xeth" + "github.com/robertkrimen/otto" ) type abi2method map[[8]byte]*method -- cgit