Fix overzealous use of whitespace

This commit is contained in:
Henrik Andersson
2014-07-03 04:26:21 +10:00
parent f22e20d077
commit 986dae1d56
2 changed files with 0 additions and 2 deletions
@@ -81,7 +81,6 @@ namespace Octokit
return ApiConnection.Post<DeployKey>(ApiUrls.RepositoryDeployKeys(owner, name), newDeployKey);
}
/// <summary>
/// Deletes a deploy key from a repository.
/// </summary>