💄 whitespace

This commit is contained in:
Brendan Forster
2014-02-18 20:30:03 +11:00
parent 1231b794b1
commit 7aed331b77
+3 -3
View File
@@ -613,8 +613,8 @@ namespace Octokit
{
return "gists/{0}/comments".FormatUri(gistId);
}
/// <summary>
/// <summary>
/// Returns the <see cref="Uri"/> that returns the specified pull request.
/// </summary>
/// <param name="owner">The owner of the repository</param>
@@ -625,7 +625,7 @@ namespace Octokit
{
return "repos/{0}/{1}/pulls/{2}".FormatUri(owner, name, number);
}
/// <summary>
/// Returns the <see cref="Uri"/> that lists the pull requests for a repository.
/// </summary>