From dfdc477da5b22f52afeecbb5e40a46c0da4a92ba Mon Sep 17 00:00:00 2001 From: iamqizhao Date: Tue, 15 Dec 2015 17:37:18 -0800 Subject: [PATCH] gofmt --- picker_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/picker_test.go b/picker_test.go index 0ee789e6..b2030023 100644 --- a/picker_test.go +++ b/picker_test.go @@ -46,9 +46,9 @@ import ( type testWatcher struct { // the channel to receives name resolution updates - update chan *naming.Update + update chan *naming.Update // the side channel to get to know how many updates in a batch - side chan int + side chan int // the channel to notifiy update injector that the update reading is done readDone chan int wg *sync.WaitGroup @@ -119,7 +119,7 @@ func startServers(t *testing.T, numServers, port int, maxStreams uint32, wg *syn addr := "127.0.0.1:" + servers[0].port return servers, &testNameResolver{ addr: addr, - wg: wg, + wg: wg, } }