From 98afe2c57f64f0882039068a8c5e3d4ac217d83d Mon Sep 17 00:00:00 2001 From: amudong <xiaoxiong5288@gmail.com> Date: Sat, 22 Feb 2020 15:40:10 +0800 Subject: [PATCH] go fmt nacos client_test --- config_center/nacos/client_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_center/nacos/client_test.go b/config_center/nacos/client_test.go index 1ff760a02..96b4c9d4a 100644 --- a/config_center/nacos/client_test.go +++ b/config_center/nacos/client_test.go @@ -28,7 +28,7 @@ func Test_newNacosClient(t *testing.T) { go HandleClientRestart(c) go func() { // c.client.Close() and <-c.client.Done() have order requirements. - // If c.client.Close() is called first.It is possible that "go HandleClientRestart(c)" + // If c.client.Close() is called first.It is possible that "go HandleClientRestart(c)" // sets c.client to nil before calling c.client.Done(). time.Sleep(time.Second) c.client.Close() -- GitLab