Skip to content

Commit

Permalink
fix unsorted imports
Browse files Browse the repository at this point in the history
  • Loading branch information
walldiss committed Aug 22, 2024
1 parent 3a9c9c9 commit 16173cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

lint-imports:
needs: [setup]
name: Sort Imports
name: Lint Imports
runs-on: ubuntu-latest

steps:
Expand Down
4 changes: 2 additions & 2 deletions share/eds/blockstore.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ import (
"fmt"
"os"

share_ipld "github.com/celestiaorg/celestia-node/share/ipld"

bstore "github.com/ipfs/boxo/blockstore"
"github.com/ipfs/boxo/datastore/dshelp"
blocks "github.com/ipfs/go-block-format"
"github.com/ipfs/go-cid"
"github.com/ipfs/go-datastore"
"github.com/ipfs/go-datastore/namespace"
ipld "github.com/ipfs/go-ipld-format"

share_ipld "github.com/celestiaorg/celestia-node/share/ipld"
)

var enableFixedDataSize = os.Getenv("CELESTIA_CONST_DATA_SIZE") == "1"
Expand Down

0 comments on commit 16173cb

Please sign in to comment.