aboutsummaryrefslogtreecommitdiffstats
path: root/ethereum/javascript_runtime.go
diff options
context:
space:
mode:
authorzelig <viktor.tron@gmail.com>2014-06-27 01:41:36 +0800
committerzelig <viktor.tron@gmail.com>2014-06-27 01:48:08 +0800
commitae5ace16190d48bfe7a0364fdb0b51644518ec42 (patch)
treee676f9b43b874a13fb47f642a27bfce02e425eff /ethereum/javascript_runtime.go
parent648c418fcd7a88fc48032c55c2dba87f6bdad8c7 (diff)
downloaddexon-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.go4
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"