mirror of
https://github.com/bitwarden/server
synced 2025-12-12 14:23:38 +00:00
Get rid of some newlines
This commit is contained in:
@@ -26,7 +26,6 @@ public class Program
|
|||||||
// Create service provider with necessary services
|
// Create service provider with necessary services
|
||||||
var services = new ServiceCollection();
|
var services = new ServiceCollection();
|
||||||
ServiceCollectionExtension.ConfigureServices(services);
|
ServiceCollectionExtension.ConfigureServices(services);
|
||||||
|
|
||||||
var serviceProvider = services.BuildServiceProvider();
|
var serviceProvider = services.BuildServiceProvider();
|
||||||
|
|
||||||
// Get a scoped DB context
|
// Get a scoped DB context
|
||||||
|
|||||||
@@ -7,7 +7,6 @@ namespace Bit.Seeder.Factories;
|
|||||||
|
|
||||||
public class UserSeeder
|
public class UserSeeder
|
||||||
{
|
{
|
||||||
|
|
||||||
public static User CreateUser(string email)
|
public static User CreateUser(string email)
|
||||||
{
|
{
|
||||||
return new User
|
return new User
|
||||||
|
|||||||
Reference in New Issue
Block a user