Use file-scoped namespace in db context

pull/9108/head
Patrick Barron 2 years ago
parent 921618368b
commit 2a86723caf

@ -8,8 +8,8 @@ using Jellyfin.Data.Entities.Security;
using Jellyfin.Data.Interfaces;
using Microsoft.EntityFrameworkCore;
namespace Jellyfin.Server.Implementations
{
namespace Jellyfin.Server.Implementations;
/// <inheritdoc/>
public class JellyfinDb : DbContext
{
@ -158,4 +158,3 @@ namespace Jellyfin.Server.Implementations
modelBuilder.ApplyConfigurationsFromAssembly(typeof(JellyfinDb).Assembly);
}
}
}

Loading…
Cancel
Save