From 1c98e37db84b84154af4977a684bf4d78b605646 Mon Sep 17 00:00:00 2001 From: Shrenuj Bansal Date: Thu, 11 Aug 2022 11:53:58 -0400 Subject: [PATCH] fiximports --- cmd/lotus-worker/sealworker/rpc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/lotus-worker/sealworker/rpc.go b/cmd/lotus-worker/sealworker/rpc.go index a882c9a0a..1b98ccb83 100644 --- a/cmd/lotus-worker/sealworker/rpc.go +++ b/cmd/lotus-worker/sealworker/rpc.go @@ -2,12 +2,12 @@ package sealworker import ( "context" - logging "github.com/ipfs/go-log/v2" "net/http" "sync/atomic" "github.com/google/uuid" "github.com/gorilla/mux" + logging "github.com/ipfs/go-log/v2" "github.com/mitchellh/go-homedir" "golang.org/x/xerrors"