mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-23 22:45:06 -04:00
Reformat and apply Stylecop rules
This commit is contained in:
@@ -8,7 +8,8 @@ namespace NzbDrone.Core.Exceptions
|
||||
{
|
||||
public ReleaseInfo Release { get; set; }
|
||||
|
||||
public ReleaseDownloadException(ReleaseInfo release, string message, params object[] args) : base(message, args)
|
||||
public ReleaseDownloadException(ReleaseInfo release, string message, params object[] args)
|
||||
: base(message, args)
|
||||
{
|
||||
Release = release;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user