mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-26 22:46:53 -04:00
Reformat and apply Stylecop rules
This commit is contained in:
@@ -5,11 +5,13 @@ namespace NzbDrone.Core.Notifications.Webhook
|
||||
{
|
||||
public class WebhookException : NzbDroneException
|
||||
{
|
||||
public WebhookException(string message) : base(message)
|
||||
public WebhookException(string message)
|
||||
: base(message)
|
||||
{
|
||||
}
|
||||
|
||||
public WebhookException(string message, Exception innerException, params object[] args) : base(message, innerException, args)
|
||||
public WebhookException(string message, Exception innerException, params object[] args)
|
||||
: base(message, innerException, args)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user