mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-06 20:13:40 +00:00
Fix overzealous use of whitespace
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user