From 5dee6d96aa3546d2e47d0413b0f9c051d7b39ea4 Mon Sep 17 00:00:00 2001 From: Jakub Sztandera Date: Tue, 26 Nov 2024 18:46:08 +0100 Subject: [PATCH] appease formatter Signed-off-by: Jakub Sztandera --- cmd/lotus-shed/f3.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/lotus-shed/f3.go b/cmd/lotus-shed/f3.go index 32909705a1a..249767be9ee 100644 --- a/cmd/lotus-shed/f3.go +++ b/cmd/lotus-shed/f3.go @@ -11,12 +11,12 @@ import ( "strconv" "time" + "github.com/filecoin-project/go-f3/gpbft" "github.com/ipfs/go-datastore" dsq "github.com/ipfs/go-datastore/query" "github.com/urfave/cli/v2" "golang.org/x/xerrors" - "github.com/filecoin-project/go-f3/gpbft" lcli "github.com/filecoin-project/lotus/cli" cliutil "github.com/filecoin-project/lotus/cli/util" "github.com/filecoin-project/lotus/node/repo"