mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-04 11:24:44 +00:00
💄 trim some long lines
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user