Skip to content

Commit

Permalink
chore: gofumpt
Browse files Browse the repository at this point in the history
  • Loading branch information
rach-id committed Jan 27, 2025
1 parent a8a513c commit dc733b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions pkg/user/signer.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import (
"context"
"errors"
"fmt"

"github.com/celestiaorg/celestia-app/v3/app/grpc/gasestimation"
"github.com/cosmos/cosmos-sdk/client"
"github.com/cosmos/cosmos-sdk/crypto/keyring"
Expand Down
5 changes: 3 additions & 2 deletions pkg/user/tx_client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ package user_test

import (
"context"
"github.com/celestiaorg/celestia-app/v3/app/grpc/gasestimation"
"github.com/stretchr/testify/assert"
"testing"
"time"

"github.com/celestiaorg/celestia-app/v3/app/grpc/gasestimation"
"github.com/stretchr/testify/assert"

"github.com/celestiaorg/celestia-app/v3/app"
"github.com/celestiaorg/celestia-app/v3/app/encoding"
"github.com/celestiaorg/celestia-app/v3/pkg/appconsts"
Expand Down

0 comments on commit dc733b7

Please sign in to comment.