Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ATMackay committed May 2, 2024
1 parent 7ff3729 commit f9e7c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keystore/geth/keystore.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
keystore "github.com/kilnfi/go-utils/keystore"
)

var _ (keystore.Store) = &KeyStore{}
var _ keystore.Store = &KeyStore{}

type KeyStore struct {
cfg *Config
Expand Down

0 comments on commit f9e7c79

Please sign in to comment.