mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-22 22:15:17 -04:00
Remove trailing whitespace
This commit is contained in:
@@ -7,7 +7,7 @@ namespace NzbDrone.Core.DecisionEngine
|
||||
public class DownloadDecision
|
||||
{
|
||||
public RemoteMovie RemoteMovie { get; private set; }
|
||||
|
||||
|
||||
public IEnumerable<Rejection> Rejections { get; private set; }
|
||||
|
||||
public bool Approved => !Rejections.Any();
|
||||
@@ -33,7 +33,7 @@ namespace NzbDrone.Core.DecisionEngine
|
||||
RemoteMovie = movie;
|
||||
Rejections = rejections.ToList();
|
||||
}
|
||||
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
if (Approved)
|
||||
|
||||
Reference in New Issue
Block a user