Commit 33f0cc2d authored by pengjun's avatar pengjun Committed by vipwzw

#653 fix linter

parent 906fc8d1
package executor package executor
import ( import (
"testing"
"github.com/33cn/chain33/account" "github.com/33cn/chain33/account"
"github.com/33cn/chain33/common" "github.com/33cn/chain33/common"
"github.com/33cn/chain33/common/crypto" "github.com/33cn/chain33/common/crypto"
...@@ -10,7 +12,6 @@ import ( ...@@ -10,7 +12,6 @@ import (
"github.com/33cn/chain33/util" "github.com/33cn/chain33/util"
pkt "github.com/33cn/plugin/plugin/dapp/pokerbull/types" pkt "github.com/33cn/plugin/plugin/dapp/pokerbull/types"
"github.com/stretchr/testify/assert" "github.com/stretchr/testify/assert"
"testing"
) )
type execEnv struct { type execEnv struct {
......
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