mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-03 19:11:30 +00:00
Fix overzealous use of whitespace
This commit is contained in:
@@ -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