From 7aed331b77ca19ed3d59b08d3eb3fad8b1e09f42 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Tue, 18 Feb 2014 20:30:03 +1100 Subject: [PATCH] :lipstick: whitespace --- Octokit/Helpers/ApiUrls.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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. ///