Quellcode durchsuchen

Fix formatting.

Gary Burd vor 9 Jahren
Ursprung
Commit
ffa8d46ada
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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{