瀏覽代碼

Fix formatting.

Gary Burd 9 年之前
父節點
當前提交
ffa8d46ada
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      redis/pool.go

+ 1 - 1
redis/pool.go

@@ -47,7 +47,7 @@ var (
 // The following example shows how to use a pool in a web application. The
 // application creates a pool at application startup and makes it available to
 // request handlers using a global variable. The pool configuration used here
-// is an example, not a recommendation. 
+// is an example, not a recommendation.
 //
 //  func newPool(server, password string) *redis.Pool {
 //      return &redis.Pool{