소스 검색

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