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
+2 -2
View File
@@ -10,8 +10,8 @@ namespace Octokit.Http
public class ApiInfo
{
public ApiInfo(IDictionary<string, Uri> links,
IList<string> oauthScopes,
IList<string> acceptedOauthScopes,
IEnumerable<string> oauthScopes,
IEnumerable<string> acceptedOauthScopes,
string etag,
int rateLimit,
int rateLimitRemaining)