mirror of
https://github.com/fluencelabs/tendermint
synced 2025-05-28 21:51:22 +00:00
fix linter issues
This commit is contained in:
parent
d103aaf53f
commit
6a85aecfb7
@ -1,3 +1,4 @@
|
||||
// nolint
|
||||
package query
|
||||
|
||||
//go:generate peg -inline -switch query.peg
|
||||
|
@ -39,7 +39,7 @@ func NewValidatorSet(vals []*Validator) *ValidatorSet {
|
||||
Validators: validators,
|
||||
}
|
||||
|
||||
if vals != nil && len(vals) > 0 {
|
||||
if len(vals) > 0 {
|
||||
vs.IncrementAccum(1)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user