1
0
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:
Hinton
2025-10-12 17:57:35 -07:00
parent fdd7cd0e2f
commit 6be734bb95
2 changed files with 0 additions and 2 deletions

View File

@@ -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

View File

@@ -7,7 +7,6 @@ namespace Bit.Seeder.Factories;
public class UserSeeder
{
public static User CreateUser(string email)
{
return new User