mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-13 05:11:21 +00:00
linter: sort through each kind and address small fixes
This commit is contained in:
committed by
Ethan Buchman
parent
48aca642e3
commit
bc2aa79f9a
@ -70,7 +70,7 @@ func TestByzantine(t *testing.T) {
|
||||
conR.SetLogger(logger.With("validator", i))
|
||||
conR.SetEventBus(eventBus)
|
||||
|
||||
var conRI p2p.Reactor
|
||||
var conRI p2p.Reactor // nolint (gotype)
|
||||
conRI = conR
|
||||
|
||||
if i == 0 {
|
||||
|
Reference in New Issue
Block a user