mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-27 23:16:58 -04:00
Reformat and apply Stylecop rules
This commit is contained in:
@@ -4,11 +4,13 @@ namespace NzbDrone.Core.Indexers.Exceptions
|
||||
{
|
||||
public class ApiKeyException : NzbDroneException
|
||||
{
|
||||
public ApiKeyException(string message, params object[] args) : base(message, args)
|
||||
public ApiKeyException(string message, params object[] args)
|
||||
: base(message, args)
|
||||
{
|
||||
}
|
||||
|
||||
public ApiKeyException(string message) : base(message)
|
||||
public ApiKeyException(string message)
|
||||
: base(message)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,7 +4,8 @@ namespace NzbDrone.Core.Indexers.Exceptions
|
||||
{
|
||||
public class SizeParsingException : NzbDroneException
|
||||
{
|
||||
public SizeParsingException(string message, params object[] args) : base(message, args)
|
||||
public SizeParsingException(string message, params object[] args)
|
||||
: base(message, args)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user