Commit 945b7e75 authored by linj's avatar linj

linter & fmt

parent 2e63e418
......@@ -319,5 +319,5 @@ func jsonOutput(resp types.Message) {
fmt.Fprintln(os.Stderr, err)
return
}
fmt.Println(string(buf.Bytes()))
fmt.Println(buf.String())
}
......@@ -7,8 +7,8 @@ package executor
import (
"fmt"
pty "github.com/33cn/plugin/plugin/dapp/unfreeze/types"
"github.com/33cn/chain33/common"
pty "github.com/33cn/plugin/plugin/dapp/unfreeze/types"
)
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