chore: lint

This commit is contained in:
spiral 2022-12-03 12:17:37 +00:00
parent b2e4ff38e3
commit de5973a832
No known key found for this signature in database
GPG key ID: 244A11E4B0BCF40E
4 changed files with 46 additions and 32 deletions

View file

@ -4,7 +4,7 @@ using NodaTime;
namespace PluralKit.API;
public class MetricsRunner : IHostedService, IDisposable
public class MetricsRunner: IHostedService, IDisposable
{
private readonly Serilog.ILogger _logger;
private readonly IMetrics _metrics;