Skip to content

Commit

Permalink
Linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cwgoes committed May 10, 2018
1 parent bef7e44 commit f103cd4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types/tags.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ import (
cmn "github.com/tendermint/tmlibs/common"
)

// Type synonym for convenience
type Tag = cmn.KVPair

// Type synonym for convenience
type Tags = cmn.KVPairs

// Append two lists of tags
Expand Down

0 comments on commit f103cd4

Please sign in to comment.