Przeglądaj źródła

Fix formatting.

Gary Burd 9 lat temu
rodzic
commit
ffa8d46ada
1 zmienionych plików z 1 dodań i 1 usunięć
  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{