Skip to content

Commit

Permalink
chore: gofumpt
Browse files Browse the repository at this point in the history
  • Loading branch information
rach-id committed Oct 9, 2023
1 parent 3576c6a commit 7abda29
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion test/util/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ package util

import (
"bytes"
"github.com/celestiaorg/celestia-app/x/blobstream"
"testing"
"time"

"github.com/celestiaorg/celestia-app/x/blobstream"

cosmosmath "cosmossdk.io/math"
"github.com/celestiaorg/celestia-app/app"
"github.com/celestiaorg/celestia-app/x/blobstream/keeper"
Expand Down
3 changes: 2 additions & 1 deletion x/blobstream/abci_test.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
package blobstream_test

import (
"github.com/celestiaorg/celestia-app/x/blobstream"
"testing"
"time"

"github.com/celestiaorg/celestia-app/x/blobstream"

"github.com/celestiaorg/celestia-app/x/blobstream/keeper"
"github.com/celestiaorg/celestia-app/x/blobstream/types"

Expand Down
3 changes: 2 additions & 1 deletion x/blobstream/keeper/keeper_valset_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ package keeper_test
import (
"bytes"
"errors"
"github.com/celestiaorg/celestia-app/x/blobstream"
"testing"

"github.com/celestiaorg/celestia-app/x/blobstream"

testutil "github.com/celestiaorg/celestia-app/test/util"
"github.com/celestiaorg/celestia-app/x/blobstream/types"
"github.com/cosmos/cosmos-sdk/x/staking"
Expand Down

0 comments on commit 7abda29

Please sign in to comment.