chore: lint

This commit is contained in:
spiral
2022-12-03 12:17:37 +00:00
parent b2e4ff38e3
commit de5973a832
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;