💄 trim some long lines

This commit is contained in:
Brendan Forster
2013-10-31 12:22:43 +11:00
parent 43e82e124f
commit 70bb3bdbfc
5 changed files with 12 additions and 6 deletions
+2 -1
View File
@@ -38,7 +38,8 @@ namespace Octokit
TwoFactorRequiredException twoFactorException = null;
try
{
return await authorizationsClient.GetOrCreateApplicationAuthentication(clientId, clientSecret, newAuthorization).ConfigureAwait(false);
return await authorizationsClient.GetOrCreateApplicationAuthentication(clientId, clientSecret, newAuthorization)
.ConfigureAwait(false);
}
catch (TwoFactorRequiredException exception)
{