From 69bb2d6415fc1cf760b561f17662bf0fb2df26f6 Mon Sep 17 00:00:00 2001 From: rjl493456442 Date: Sun, 26 May 2019 19:06:27 +0800 Subject: [PATCH] les: format --- les/helper_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/les/helper_test.go b/les/helper_test.go index 480fa154d6..878e44404c 100644 --- a/les/helper_test.go +++ b/les/helper_test.go @@ -170,7 +170,7 @@ func newTestProtocolManager(lightSync bool, blocks int, generator func(int, *cor if lightSync { indexConfig = light.TestClientIndexerConfig } - pm, err := NewProtocolManager(gspec.Config, indexConfig, lightSync, NetworkId, evmux, engine, peers, chain, pool, db, odr, nil, nil, make(chan struct{}), new(sync.WaitGroup), ulcConfig, func() bool {return true}) + pm, err := NewProtocolManager(gspec.Config, indexConfig, lightSync, NetworkId, evmux, engine, peers, chain, pool, db, odr, nil, nil, make(chan struct{}), new(sync.WaitGroup), ulcConfig, func() bool { return true }) if err != nil { return nil, err }