瀏覽代碼

clientv3/config.go: remove extra whitespace character

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee 8 年之前
父節點
當前提交
3a941c9455
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      clientv3/config.go

+ 1 - 1
clientv3/config.go

@@ -38,7 +38,7 @@ type Config struct {
 	DialKeepAliveTime time.Duration `json:"dial-keep-alive-time"`
 	DialKeepAliveTime time.Duration `json:"dial-keep-alive-time"`
 
 
 	// DialKeepAliveTimeout is the time that the client waits for a response for the
 	// 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"`
 	DialKeepAliveTimeout time.Duration `json:"dial-keep-alive-timeout"`
 
 
 	// TLS holds the client secure credentials, if any.
 	// TLS holds the client secure credentials, if any.