mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-26 23:06:43 -04:00
Reformat and apply Stylecop rules
This commit is contained in:
@@ -5,12 +5,10 @@ namespace NzbDrone.Core.RemotePathMappings
|
||||
{
|
||||
public interface IRemotePathMappingRepository : IBasicRepository<RemotePathMapping>
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public class RemotePathMappingRepository : BasicRepository<RemotePathMapping>, IRemotePathMappingRepository
|
||||
{
|
||||
|
||||
public RemotePathMappingRepository(IMainDatabase database, IEventAggregator eventAggregator)
|
||||
: base(database, eventAggregator)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user