Linter fix
This commit is contained in:
parent
bef7e44f6d
commit
f103cd412d
|
@ -4,8 +4,10 @@ import (
|
||||||
cmn "github.com/tendermint/tmlibs/common"
|
cmn "github.com/tendermint/tmlibs/common"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// Type synonym for convenience
|
||||||
type Tag = cmn.KVPair
|
type Tag = cmn.KVPair
|
||||||
|
|
||||||
|
// Type synonym for convenience
|
||||||
type Tags = cmn.KVPairs
|
type Tags = cmn.KVPairs
|
||||||
|
|
||||||
// Append two lists of tags
|
// Append two lists of tags
|
||||||
|
|
Loading…
Reference in New Issue