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
@@ -244,6 +244,5 @@ namespace Octokit.Reactive
/// See the <a href="https://developer.github.com/v3/repos/keys/">Repository Deploy Keys API documentation</a> for more information.
/// </remarks>
IObservableRepositoryDeployKeysClient DeployKeys { get; }
}
}
@@ -81,7 +81,6 @@ namespace Octokit
return ApiConnection.Post<DeployKey>(ApiUrls.RepositoryDeployKeys(owner, name), newDeployKey);
}
/// <summary>
/// Deletes a deploy key from a repository.
/// </summary>