Skip to content

Commit

Permalink
Seal
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Nov 11, 2024
1 parent 77eadb0 commit 997a4ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

namespace Lombiq.Hosting.Tenants.IdleTenantManagement.Services;

internal class IdleShutdownService : IIdleShutdownService
internal sealed class IdleShutdownService : IIdleShutdownService
{
private readonly IOptions<IdleShutdownOptions> _options;
private readonly ShellSettings _shellSettings;
Expand Down

0 comments on commit 997a4ca

Please sign in to comment.