diff options
author | zelig <viktor.tron@gmail.com> | 2014-06-27 01:41:36 +0800 |
---|---|---|
committer | zelig <viktor.tron@gmail.com> | 2014-06-27 01:48:08 +0800 |
commit | ae5ace16190d48bfe7a0364fdb0b51644518ec42 (patch) | |
tree | e676f9b43b874a13fb47f642a27bfce02e425eff /ethereum/javascript_runtime.go | |
parent | 648c418fcd7a88fc48032c55c2dba87f6bdad8c7 (diff) | |
download | dexon-ae5ace16190d48bfe7a0364fdb0b51644518ec42.tar.gz dexon-ae5ace16190d48bfe7a0364fdb0b51644518ec42.tar.zst dexon-ae5ace16190d48bfe7a0364fdb0b51644518ec42.zip |
go fmt
Diffstat (limited to 'ethereum/javascript_runtime.go')
-rw-r--r-- | ethereum/javascript_runtime.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ethereum/javascript_runtime.go b/ethereum/javascript_runtime.go index 0a9a882ad..0dfe07a54 100644 --- a/ethereum/javascript_runtime.go +++ b/ethereum/javascript_runtime.go @@ -1,12 +1,12 @@ - package main +package main import ( "fmt" "github.com/ethereum/eth-go" "github.com/ethereum/eth-go/ethchain" + "github.com/ethereum/eth-go/ethlog" "github.com/ethereum/eth-go/ethpub" "github.com/ethereum/eth-go/ethutil" - "github.com/ethereum/eth-go/ethlog" "github.com/ethereum/go-ethereum/utils" "github.com/obscuren/otto" "io/ioutil" |