Selaa lähdekoodia

Add the missing comma in comment(#305). (#306)

Frank Xu 8 vuotta sitten
vanhempi
commit
5f161ed9cf
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      redis/pool.go

+ 1 - 1
redis/pool.go

@@ -96,7 +96,7 @@ var (
 //        return nil, err
 //      }
 //      return c, nil
-//    }
+//    },
 //  }
 //
 // Use the TestOnBorrow function to check the health of an idle connection