Skip to content

Commit

Permalink
chore: go formatting (#3622)
Browse files Browse the repository at this point in the history
Co-authored-by: jeronimoalbi <[email protected]>
  • Loading branch information
github-actions[bot] and jeronimoalbi authored Oct 4, 2023
1 parent 35e7c7a commit a9a3144
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ignite/pkg/cliui/view/accountview/account_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ package accountview_test
import (
"testing"

"github.com/ignite/cli/ignite/pkg/cliui/view/accountview"
"github.com/stretchr/testify/assert"

"github.com/ignite/cli/ignite/pkg/cliui/view/accountview"
)

func TestAccountString(t *testing.T) {
Expand Down
1 change: 1 addition & 0 deletions ignite/pkg/cosmosfaucet/transfer.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import (

sdkmath "cosmossdk.io/math"
sdk "github.com/cosmos/cosmos-sdk/types"

chaincmdrunner "github.com/ignite/cli/ignite/pkg/chaincmd/runner"
)

Expand Down
1 change: 1 addition & 0 deletions ignite/services/chain/faucet.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import (
"github.com/pkg/errors"

sdkmath "cosmossdk.io/math"

chainconfig "github.com/ignite/cli/ignite/config/chain"
chaincmdrunner "github.com/ignite/cli/ignite/pkg/chaincmd/runner"
"github.com/ignite/cli/ignite/pkg/cosmosfaucet"
Expand Down

0 comments on commit a9a3144

Please sign in to comment.