* Stylecop Rules and Fixes
This commit is contained in:
Qstick 2020-01-03 07:49:24 -05:00
parent a602611a5f
commit a4b78b44ce
1307 changed files with 8702 additions and 7403 deletions

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);
}
}
}
}