Parcourir la source

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

Frank Xu il y a 8 ans
Parent
commit
5f161ed9cf
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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