Skip to content

Commit 5ce13e8

Browse files
committed
linter
1 parent e7a3f24 commit 5ce13e8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

cmd/wallet.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ import (
1212
"github.com/btcsuite/btcutil/base58"
1313
"github.com/hashicorp/go-secure-stdlib/password"
1414
"github.com/jedib0t/go-pretty/v6/table"
15+
"github.com/spacemeshos/go-spacemesh/common/types"
1516
"github.com/spf13/cobra"
1617

17-
"github.com/spacemeshos/go-spacemesh/common/types"
1818
"github.com/spacemeshos/smcli/common"
1919
"github.com/spacemeshos/smcli/wallet"
2020
)
@@ -38,7 +38,7 @@ var (
3838
// useLedger indicates that the Ledger device should be used.
3939
useLedger bool
4040

41-
// hrp is the human-readable network identifier used in Spacemesh network addresses
41+
// hrp is the human-readable network identifier used in Spacemesh network addresses.
4242
hrp string
4343
)
4444

wallet/wallet_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ import (
44
"crypto/ed25519"
55
"encoding/hex"
66
"fmt"
7-
"github.com/spacemeshos/go-spacemesh/common/types"
87
"testing"
98

9+
"github.com/spacemeshos/go-spacemesh/common/types"
1010
"github.com/stretchr/testify/require"
1111
"github.com/tyler-smith/go-bip39"
1212
)

0 commit comments

Comments
 (0)