refactor: Fix formatting & analysis warnings

pull/231/head
Robert Dailey 6 months ago
parent f4857c7050
commit 29c75549fb

@ -70,5 +70,4 @@ public class CustomFormatPreviewPhase(ILogger log) : IPreviewPipelinePhase<Custo
log.Information("All custom formats are already up to date!"); log.Information("All custom formats are already up to date!");
} }
} }
} }

@ -1,5 +1,8 @@
using JetBrains.Annotations;
namespace Recyclarr.Cli.Pipelines.Generic; namespace Recyclarr.Cli.Pipelines.Generic;
[UsedImplicitly(ImplicitUseKindFlags.Assign, ImplicitUseTargetFlags.Members)]
public class GenericPipelinePhases<TContext> public class GenericPipelinePhases<TContext>
where TContext : IPipelineContext where TContext : IPipelineContext
{ {

Loading…
Cancel
Save