mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
Fix Linting Error (Double Blank Line)
This commit is contained in:
parent
f37fb47058
commit
2fbcf17c8d
@ -8,7 +8,6 @@ public class MediaCoversUpdatedEvent : IEvent
|
||||
public Movie Movie { get; set; }
|
||||
public bool Updated { get; set; }
|
||||
|
||||
|
||||
public MediaCoversUpdatedEvent(Movie movie, bool updated)
|
||||
{
|
||||
Movie = movie;
|
||||
|
Loading…
Reference in New Issue
Block a user