From f2cce143907750694ed0583452ecf22b9aa98bed Mon Sep 17 00:00:00 2001 From: laser Date: Mon, 6 Apr 2020 13:27:14 -0700 Subject: [PATCH] reorder imports --- types.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/types.go b/types.go index 7edbe7145..85525e9b4 100644 --- a/types.go +++ b/types.go @@ -4,11 +4,12 @@ import ( "bytes" "context" + "github.com/ipfs/go-cid" + "github.com/filecoin-project/specs-actors/actors/abi" "github.com/filecoin-project/specs-actors/actors/builtin/market" "github.com/filecoin-project/specs-actors/actors/runtime/exitcode" "github.com/filecoin-project/specs-storage/storage" - "github.com/ipfs/go-cid" ) type Piece struct {