Skip to content

Commit

Permalink
make gen
Browse files Browse the repository at this point in the history
  • Loading branch information
magik6k committed Oct 9, 2024
1 parent 97f2b52 commit 8c05c59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/paths/local.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import (
"context"
"encoding/json"
"fmt"
"go.opencensus.io/stats"
"go.opencensus.io/tag"
"math/bits"
"math/rand"
"os"
Expand All @@ -18,6 +16,8 @@ import (
"time"

"github.com/ipfs/go-cid"
"go.opencensus.io/stats"
"go.opencensus.io/tag"
"golang.org/x/xerrors"

ffi "github.com/filecoin-project/filecoin-ffi"
Expand Down

0 comments on commit 8c05c59

Please sign in to comment.