Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
lrettig committed Jul 14, 2023
1 parent e7a3f24 commit 5ce13e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cmd/wallet.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ import (
"github.com/btcsuite/btcutil/base58"
"github.com/hashicorp/go-secure-stdlib/password"
"github.com/jedib0t/go-pretty/v6/table"
"github.com/spacemeshos/go-spacemesh/common/types"
"github.com/spf13/cobra"

"github.com/spacemeshos/go-spacemesh/common/types"
"github.com/spacemeshos/smcli/common"
"github.com/spacemeshos/smcli/wallet"
)
Expand All @@ -38,7 +38,7 @@ var (
// useLedger indicates that the Ledger device should be used.
useLedger bool

// hrp is the human-readable network identifier used in Spacemesh network addresses
// hrp is the human-readable network identifier used in Spacemesh network addresses.
hrp string
)

Expand Down
2 changes: 1 addition & 1 deletion wallet/wallet_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import (
"crypto/ed25519"
"encoding/hex"
"fmt"
"github.com/spacemeshos/go-spacemesh/common/types"
"testing"

"github.com/spacemeshos/go-spacemesh/common/types"
"github.com/stretchr/testify/require"
"github.com/tyler-smith/go-bip39"
)
Expand Down

0 comments on commit 5ce13e8

Please sign in to comment.