mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-09 13:01:36 +00:00
Applying our private member naming convention
Just trying to make @half-ogre happy
This commit is contained in:
@@ -11,7 +11,7 @@ namespace Octokit.Reactive.Clients
|
||||
{
|
||||
Ensure.ArgumentNotNull(client, "client");
|
||||
|
||||
this._client = client;
|
||||
_client = client;
|
||||
}
|
||||
|
||||
public IObservable<User> Get(string login)
|
||||
|
||||
Reference in New Issue
Block a user