mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-27 22:57:09 -04:00
Reformat and apply Stylecop rules
This commit is contained in:
@@ -4,7 +4,8 @@ namespace NzbDrone.Core.Exceptions
|
||||
{
|
||||
public class SearchFailedException : NzbDroneException
|
||||
{
|
||||
public SearchFailedException(string message) : base(message)
|
||||
public SearchFailedException(string message)
|
||||
: base(message)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user