Browse Source

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

Frank Xu 8 years ago
parent
commit
5f161ed9cf
1 changed files with 1 additions and 1 deletions
  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