From f6e62687df8cc5e4ce70c3eb6cfdb9178fa27bc5 Mon Sep 17 00:00:00 2001 From: "scott.wang" <sxllwx@github.com> Date: Sat, 3 Aug 2019 12:22:03 +0800 Subject: [PATCH] fmt project --- remoting/etcdv3/client_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/remoting/etcdv3/client_test.go b/remoting/etcdv3/client_test.go index c4e4e904b..ca9efdf7f 100644 --- a/remoting/etcdv3/client_test.go +++ b/remoting/etcdv3/client_test.go @@ -56,7 +56,7 @@ type ClientTestSuite struct { heartbeat int } - etcd *embed.Etcd + etcd *embed.Etcd client *Client } @@ -66,7 +66,7 @@ func (suite *ClientTestSuite) SetupSuite() { t := suite.T() - DefaultListenPeerURLs := "http://localhost:2382" + DefaultListenPeerURLs := "http://localhost:2382" DefaultListenClientURLs := "http://localhost:2381" lpurl, _ := url.Parse(DefaultListenPeerURLs) lcurl, _ := url.Parse(DefaultListenClientURLs) -- GitLab