mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-29 20:51:45 +00:00
linter: add metalinter to Makefile & apply some fixes
This commit is contained in:
@ -23,6 +23,7 @@ func New() MemStore {
|
||||
}
|
||||
|
||||
// assertStorage just makes sure we implement the Storage interface
|
||||
// nolint [ megacheck, deadcode ]
|
||||
func (s MemStore) assertStorage() keys.Storage {
|
||||
return s
|
||||
}
|
||||
|
Reference in New Issue
Block a user