Fixed: Remove extra ; in QualityIndex

This commit is contained in:
Devin Buhl 2019-11-03 10:00:30 -05:00
parent 0d2660ee6c
commit 5d7166662c
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ namespace NzbDrone.Core.Profiles
return GroupIndex.CompareTo(right.GroupIndex);
}
return indexCompare; ;
return indexCompare;
}
}
}