* Stylecop Rules and Fixes
This commit is contained in:
Qstick
2020-01-03 07:49:24 -05:00
committed by GitHub
parent 63d669178d
commit f77a2feeef
1307 changed files with 8704 additions and 7404 deletions
+2 -6
View File
@@ -1,7 +1,4 @@
using System.Linq;
using System.Reflection;
using NzbDrone.Core.Configuration;
using Lidarr.Http;
using NzbDrone.Core.Configuration;
namespace Lidarr.Api.V1.Config
{
@@ -10,7 +7,6 @@ namespace Lidarr.Api.V1.Config
public UiConfigModule(IConfigService configService)
: base(configService)
{
}
protected override UiConfigResource ToResource(IConfigService model)
@@ -18,4 +14,4 @@ namespace Lidarr.Api.V1.Config
return UiConfigResourceMapper.ToResource(model);
}
}
}
}