mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 08:02:49 -05:00
Run dotnet format (#1764)
This commit is contained in:
@ -122,11 +122,11 @@ namespace Bit.Api
|
||||
services.AddDefaultServices(globalSettings);
|
||||
services.AddCoreLocalizationServices();
|
||||
|
||||
#if OSS
|
||||
#if OSS
|
||||
services.AddOosServices();
|
||||
#else
|
||||
services.AddCommCoreServices();
|
||||
#endif
|
||||
#else
|
||||
services.AddCommCoreServices();
|
||||
#endif
|
||||
|
||||
// MVC
|
||||
services.AddMvc(config =>
|
||||
|
Reference in New Issue
Block a user