From 19573c03191d9c46c7973712bfabb73102673463 Mon Sep 17 00:00:00 2001 From: laser Date: Wed, 8 Apr 2020 08:46:54 -0700 Subject: [PATCH] adjust imports to conform to convention --- storage/sectorblocks/blocks.go | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/storage/sectorblocks/blocks.go b/storage/sectorblocks/blocks.go index 0f5c7c5a3..5b4b3e3c4 100644 --- a/storage/sectorblocks/blocks.go +++ b/storage/sectorblocks/blocks.go @@ -8,10 +8,6 @@ import ( "io" "sync" - sealing "github.com/filecoin-project/storage-fsm" - - "github.com/filecoin-project/go-padreader" - "github.com/filecoin-project/specs-actors/actors/abi" "github.com/ipfs/go-datastore" "github.com/ipfs/go-datastore/namespace" "github.com/ipfs/go-datastore/query" @@ -19,6 +15,9 @@ import ( "golang.org/x/xerrors" cborutil "github.com/filecoin-project/go-cbor-util" + "github.com/filecoin-project/go-padreader" + "github.com/filecoin-project/specs-actors/actors/abi" + sealing "github.com/filecoin-project/storage-fsm" "github.com/filecoin-project/lotus/api" "github.com/filecoin-project/lotus/node/modules/dtypes"