diff --git a/Octokit/Helpers/ApiUrls.cs b/Octokit/Helpers/ApiUrls.cs index 7e67f5bc..aa56b6c6 100644 --- a/Octokit/Helpers/ApiUrls.cs +++ b/Octokit/Helpers/ApiUrls.cs @@ -613,8 +613,8 @@ namespace Octokit { return "gists/{0}/comments".FormatUri(gistId); } - - /// + + /// /// Returns the that returns the specified pull request. /// /// The owner of the repository @@ -625,7 +625,7 @@ namespace Octokit { return "repos/{0}/{1}/pulls/{2}".FormatUri(owner, name, number); } - + /// /// Returns the that lists the pull requests for a repository. ///