mirror of
https://github.com/bitwarden/server
synced 2025-12-18 09:13:19 +00:00
Changed all C# control flow block statements to include space between keyword and open paren
This commit is contained in:
@@ -38,7 +38,7 @@ namespace Bit.Core.IdentityServer
|
||||
AccessTokenLifetime = 3600 * accessTokenLifetimeHours;
|
||||
AllowOfflineAccess = true;
|
||||
|
||||
if(scopes == null)
|
||||
if (scopes == null)
|
||||
{
|
||||
scopes = new string[] { "api" };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user