1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2025-02-24 15:21:28 +00:00

Fix Linting Error (Double Blank Line)

This commit is contained in:
Qstick 2020-03-11 22:23:35 -04:00
parent f37fb47058
commit 2fbcf17c8d

View file

@ -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;