aaaand format the code

This commit is contained in:
Brendan Forster
2015-11-04 13:38:51 -08:00
parent 3305dfcf4f
commit 80719c0033
199 changed files with 442 additions and 438 deletions
+4 -4
View File
@@ -26,10 +26,10 @@ namespace Octokit
/// </exception>
/// <exception cref="ApiException">Thrown when a general API error occurs.</exception>
/// <returns>A list of <see cref="Authorization"/>s.</returns>
[SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate",
[SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate",
Justification = "It's an API call, so it's not a property.")]
Task<IReadOnlyList<Authorization>> GetAll();
/// <summary>
/// Gets a specific <see cref="Authorization"/> for the authenticated user.
/// </summary>
@@ -96,7 +96,7 @@ namespace Octokit
string clientSecret,
NewAuthorization newAuthorization,
string twoFactorAuthenticationCode);
/// <summary>
/// Creates a new authorization for the specified OAuth application if an authorization for that application doesnt already
/// exist for the user; otherwise, returns the users existing authorization for that application.
@@ -120,7 +120,7 @@ namespace Octokit
string clientId,
string clientSecret,
NewAuthorization newAuthorization);
/// <summary>
/// Creates a new authorization for the specified OAuth application if an authorization for that application doesnt already
/// exist for the user; otherwise, returns the users existing authorization for that application.