Skip to content

Commit e48aece

Browse files
Richasymichael-hawker
authored andcommitted
Code style change
1 parent 00bf079 commit e48aece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CommunityToolkit.Authentication.Uwp/WindowsProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ private async Task<List<WebAccountProvider>> GetWebAccountProvidersAsync()
572572
await FindAndAddProviderAsync(MicrosoftProviderId, AadAuthority);
573573
}
574574

575-
if(_webAccountProviderConfig.WebAccountProviderType == WebAccountProviderType.Local)
575+
if (_webAccountProviderConfig.WebAccountProviderType == WebAccountProviderType.Local)
576576
{
577577
await FindAndAddProviderAsync(LocalProviderId);
578578
}

0 commit comments

Comments
 (0)