mirror of
https://github.com/bitwarden/server
synced 2025-12-10 05:13:48 +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
|
||||
var services = new ServiceCollection();
|
||||
ServiceCollectionExtension.ConfigureServices(services);
|
||||
|
||||
var serviceProvider = services.BuildServiceProvider();
|
||||
|
||||
// Get a scoped DB context
|
||||
|
||||
@@ -7,7 +7,6 @@ namespace Bit.Seeder.Factories;
|
||||
|
||||
public class UserSeeder
|
||||
{
|
||||
|
||||
public static User CreateUser(string email)
|
||||
{
|
||||
return new User
|
||||
|
||||
Reference in New Issue
Block a user