Skip to content

Commit

Permalink
fix linter warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Alessio Treglia <al@essio.dev>
  • Loading branch information
alessio committed Sep 12, 2024
1 parent a47948a commit fedc20a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion crypto/keyring/keyring_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ func newKeyctlBackendConfig(appName, _ string, _ io.Reader, opts ...Option) keyr
func New(
appName, backend, rootDir string, userInput io.Reader, cdc codec.Codec, opts ...Option,
) (Keyring, error) {

if backend != BackendKeyctl {
return newKeyringGeneric(appName, backend, rootDir, userInput, cdc, opts...)
}
Expand Down
3 changes: 2 additions & 1 deletion crypto/keyring/keyring_linux_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ import (
"strings"
"testing"

"github.com/cosmos/cosmos-sdk/codec"
"github.com/stretchr/testify/require"

"github.com/cosmos/cosmos-sdk/codec"
)

func TestNewKeyctlKeyring(t *testing.T) {
Expand Down

0 comments on commit fedc20a

Please sign in to comment.