Skip to content

Commit 0acaad3

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

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
@@ -185,7 +185,7 @@ public Task StoreCredentialAsync(InputArguments input)
185185
_context.Trace.WriteLine("Credential was successfully stored.");
186186

187187
Uri targetUri = GetTargetUri(input);
188-
if(IsBitbucketServer(targetUri))
188+
if (IsBitbucketServer(targetUri))
189189
{
190190
// BBS doesn't usually include the username in the urls which means they aren't included in the GET call,
191191
// which means if we store only with the username the credentials are never found again ...

0 commit comments

Comments
 (0)