From 3a941c9455b3311040335e4494e583f343ac8559 Mon Sep 17 00:00:00 2001 From: Gyuho Lee Date: Tue, 5 Dec 2017 10:26:11 -0800 Subject: [PATCH] clientv3/config.go: remove extra whitespace character Signed-off-by: Gyuho Lee --- clientv3/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clientv3/config.go b/clientv3/config.go index c9e07866d..15bc8e5e0 100644 --- a/clientv3/config.go +++ b/clientv3/config.go @@ -38,7 +38,7 @@ type Config struct { DialKeepAliveTime time.Duration `json:"dial-keep-alive-time"` // DialKeepAliveTimeout is the time that the client waits for a response for the - // keep-alive probe. If the response is not received in this time, the connection is closed. + // keep-alive probe. If the response is not received in this time, the connection is closed. DialKeepAliveTimeout time.Duration `json:"dial-keep-alive-timeout"` // TLS holds the client secure credentials, if any.