Commit ce7fedd5 authored by linj's avatar linj Committed by linj

fmt

parent e280c82c
......@@ -2,8 +2,8 @@ package unfreeze
import (
"gitlab.33.cn/chain33/chain33/plugin/dapp/unfreeze/commands"
uf "gitlab.33.cn/chain33/chain33/plugin/dapp/unfreeze/types"
"gitlab.33.cn/chain33/chain33/plugin/dapp/unfreeze/executor"
uf "gitlab.33.cn/chain33/chain33/plugin/dapp/unfreeze/types"
"gitlab.33.cn/chain33/chain33/pluginmgr"
)
......
......@@ -9,4 +9,4 @@ var (
ErrUnfreezeID = errors.New("ErrUnfreezeID")
ErrNoUnfreezeItem = errors.New("ErrNoUnfreezeItem")
ErrNoPrivilege = errors.New("ErrNoPrivilege")
)
\ No newline at end of file
)
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