瀏覽代碼

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

Frank Xu 8 年之前
父節點
當前提交
5f161ed9cf
共有 1 個文件被更改,包括 1 次插入1 次删除
  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