fix import grouping

This commit is contained in:
whyrusleeping 2019-09-19 23:46:15 -07:00
parent f7e3762cfc
commit 61df25eecb

View File

@ -3,11 +3,11 @@ package cli
import ( import (
"fmt" "fmt"
"gopkg.in/urfave/cli.v2"
"github.com/filecoin-project/go-lotus/chain/address" "github.com/filecoin-project/go-lotus/chain/address"
"github.com/filecoin-project/go-lotus/chain/types" "github.com/filecoin-project/go-lotus/chain/types"
"github.com/ipfs/go-cid" "github.com/ipfs/go-cid"
"gopkg.in/urfave/cli.v2"
) )
var stateCmd = &cli.Command{ var stateCmd = &cli.Command{