Skip to content

Commit afe8c8d

Browse files
mminnsMatthew John Cheetham
andauthored
Correct spacing
Co-authored-by: Matthew John Cheetham <[email protected]>
1 parent d8cd624 commit afe8c8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/Atlassian.Bitbucket/BitbucketHostProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ private async Task<string> ResolveOAuthUserNameAsync(string accessToken)
236236

237237
private async Task<bool> RequiresTwoFactorAuthenticationAsync(ICredential credentials, Uri targetUri)
238238
{
239-
if(IsBitbucketServer(targetUri))
239+
if (IsBitbucketServer(targetUri))
240240
{
241241
// BBS does not support 2FA out of the box so neither does GCM
242242
return false;

0 commit comments

Comments
 (0)