mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-04 19:26:51 +00:00
aaaand format the code
This commit is contained in:
@@ -17,7 +17,7 @@ namespace Octokit.Reactive
|
||||
public ObservableSshKeysClient(IGitHubClient client)
|
||||
{
|
||||
Ensure.ArgumentNotNull(client, "client");
|
||||
|
||||
|
||||
_client = client.SshKey;
|
||||
_connection = client.Connection;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user