1
0
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:
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;