Commit 945b7e75 authored by linj's avatar linj

linter & fmt

parent 2e63e418
...@@ -319,5 +319,5 @@ func jsonOutput(resp types.Message) { ...@@ -319,5 +319,5 @@ func jsonOutput(resp types.Message) {
fmt.Fprintln(os.Stderr, err) fmt.Fprintln(os.Stderr, err)
return return
} }
fmt.Println(string(buf.Bytes())) fmt.Println(buf.String())
} }
...@@ -7,8 +7,8 @@ package executor ...@@ -7,8 +7,8 @@ package executor
import ( import (
"fmt" "fmt"
pty "github.com/33cn/plugin/plugin/dapp/unfreeze/types"
"github.com/33cn/chain33/common" "github.com/33cn/chain33/common"
pty "github.com/33cn/plugin/plugin/dapp/unfreeze/types"
) )
var ( var (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment