Fix Linting Error (Double Blank Line)

This commit is contained in:
Qstick 2020-03-11 22:23:35 -04:00
parent f37fb47058
commit 2fbcf17c8d
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ namespace NzbDrone.Core.MediaCover
public Movie Movie { get; set; }
public bool Updated { get; set; }
public MediaCoversUpdatedEvent(Movie movie, bool updated)
{
Movie = movie;