format code

This commit is contained in:
Anton Kaliaev 2019-02-21 17:20:34 +04:00
parent 6a76146318
commit a52b6e9fad
No known key found for this signature in database
GPG Key ID: 7B6881D965918214

View File

@ -243,7 +243,7 @@ func TestReactorCreatesBlockWhenEmptyBlocksFalse(t *testing.T) {
func TestReactorRecordsVotesAndBlockParts(t *testing.T) { func TestReactorRecordsVotesAndBlockParts(t *testing.T) {
N := 4 N := 4
css, cleanup := randConsensusNet(N, "consensus_reactor_test", newMockTickerFunc(true), newCounter) css, cleanup := randConsensusNet(N, "consensus_reactor_test", newMockTickerFunc(true), newCounter)
defer cleanup() defer cleanup()
reactors, blocksSubs, eventBuses := startConsensusNet(t, css, N) reactors, blocksSubs, eventBuses := startConsensusNet(t, css, N)
defer stopConsensusNet(log.TestingLogger(), reactors, eventBuses) defer stopConsensusNet(log.TestingLogger(), reactors, eventBuses)