mirror of
https://github.com/bitwarden/server.git
synced 2025-07-05 18:12:48 -05:00
Changed all C# control flow block statements to include space between keyword and open paren
This commit is contained in:
@ -13,7 +13,7 @@ namespace Bit.Core.Services
|
||||
IWebHostEnvironment environment,
|
||||
GlobalSettings globalSettings)
|
||||
{
|
||||
if(!environment.IsDevelopment() && globalSettings.SelfHosted)
|
||||
if (!environment.IsDevelopment() && globalSettings.SelfHosted)
|
||||
{
|
||||
throw new Exception($"{nameof(NoopLicensingService)} cannot be used for self hosted instances.");
|
||||
}
|
||||
|
Reference in New Issue
Block a user