reorder imports

This commit is contained in:
laser 2020-04-06 13:27:14 -07:00
parent 70615df273
commit f2cce14390

View File

@ -4,11 +4,12 @@ import (
"bytes" "bytes"
"context" "context"
"github.com/ipfs/go-cid"
"github.com/filecoin-project/specs-actors/actors/abi" "github.com/filecoin-project/specs-actors/actors/abi"
"github.com/filecoin-project/specs-actors/actors/builtin/market" "github.com/filecoin-project/specs-actors/actors/builtin/market"
"github.com/filecoin-project/specs-actors/actors/runtime/exitcode" "github.com/filecoin-project/specs-actors/actors/runtime/exitcode"
"github.com/filecoin-project/specs-storage/storage" "github.com/filecoin-project/specs-storage/storage"
"github.com/ipfs/go-cid"
) )
type Piece struct { type Piece struct {