gateway: Fix lint

This commit is contained in:
Łukasz Magiera 2021-08-31 13:26:46 +02:00
parent 41dfd010b3
commit ed05eaf1d1

View File

@ -3,9 +3,11 @@ package gateway
import ( import (
"context" "context"
"fmt" "fmt"
"golang.org/x/xerrors"
"time" "time"
"github.com/ipfs/go-cid"
"golang.org/x/xerrors"
"github.com/filecoin-project/go-address" "github.com/filecoin-project/go-address"
"github.com/filecoin-project/go-bitfield" "github.com/filecoin-project/go-bitfield"
"github.com/filecoin-project/go-state-types/abi" "github.com/filecoin-project/go-state-types/abi"
@ -20,7 +22,6 @@ import (
_ "github.com/filecoin-project/lotus/lib/sigs/bls" _ "github.com/filecoin-project/lotus/lib/sigs/bls"
_ "github.com/filecoin-project/lotus/lib/sigs/secp" _ "github.com/filecoin-project/lotus/lib/sigs/secp"
"github.com/filecoin-project/lotus/node/impl/full" "github.com/filecoin-project/lotus/node/impl/full"
"github.com/ipfs/go-cid"
) )
const ( const (