Skip to content

Commit

Permalink
Fix go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
acejam committed Dec 21, 2023
1 parent 41a1f5c commit c7d1f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import (
"path/filepath"
"time"

flatfs "github.com/ipfs/go-ds-flatfs"
nopfs "github.com/ipfs-shipyard/nopfs"
nopfsipfs "github.com/ipfs-shipyard/nopfs/ipfs"
bsclient "github.com/ipfs/boxo/bitswap/client"
Expand All @@ -28,6 +27,7 @@ import (
httpcontentrouter "github.com/ipfs/boxo/routing/http/contentrouter"
"github.com/ipfs/go-cid"
"github.com/ipfs/go-datastore"
flatfs "github.com/ipfs/go-ds-flatfs"
delay "github.com/ipfs/go-ipfs-delay"
metri "github.com/ipfs/go-metrics-interface"
mprome "github.com/ipfs/go-metrics-prometheus"
Expand Down

0 comments on commit c7d1f34

Please sign in to comment.