Applying our private member naming convention

Just trying to make @half-ogre happy
This commit is contained in:
Haacked
2013-10-04 10:01:20 -07:00
parent 41263a329c
commit adfb50198e
14 changed files with 71 additions and 76 deletions
@@ -11,7 +11,7 @@ namespace Octokit.Reactive.Clients
{
Ensure.ArgumentNotNull(client, "client");
this._client = client;
_client = client;
}
public IObservable<User> Get(string login)