Skip to content

Commit 43dc26b

Browse files
committed
Clean code
1 parent be1c28f commit 43dc26b

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
@@ -33,7 +33,7 @@ public class WindowsProvider : BaseProvider
3333
private const string SettingsKeyProviderId = "WindowsProvider_ProviderId";
3434
private const string SettingsKeyProviderAuthority = "WindowsProvider_Authority";
3535

36-
private static readonly SemaphoreSlim SemaphoreSlim = new(1);
36+
private static readonly SemaphoreSlim SemaphoreSlim = new (1);
3737

3838
// Default/minimal scopes for authentication, if none are provided.
3939
private static readonly string[] DefaultScopes = { "User.Read" };

0 commit comments

Comments
 (0)