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