style: Run code cleanup on whole solution

qodana
Robert Dailey 2 months ago
parent a3f6a14225
commit beb3806120

@ -7,7 +7,11 @@ using Serilog.Templates.Themes;
namespace Recyclarr.Cli.Logging;
public class LoggerFactory(IAppPaths paths, LoggingLevelSwitch levelSwitch, IEnvironment env, IEnumerable<ILogEventSink> sinks)
public class LoggerFactory(
IAppPaths paths,
LoggingLevelSwitch levelSwitch,
IEnvironment env,
IEnumerable<ILogEventSink> sinks)
{
private static string GetBaseTemplateString()
{

@ -1,4 +1,3 @@
using System.Diagnostics.CodeAnalysis;
using Recyclarr.TrashGuide.CustomFormat;
namespace Recyclarr.Cli.Tests.Pipelines.CustomFormat.Models;

@ -64,7 +64,7 @@ public class FieldsArrayJsonConverterTest
result!.Fields.Should().BeEquivalentTo([
new CustomFormatFieldData {Name = "value", Value = 8},
new CustomFormatFieldData {Name = "exceptLanguage", Value = false},
new CustomFormatFieldData {Name = "exceptLanguage", Value = false}
]);
}

Loading…
Cancel
Save