1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-02-25 07:12:40 +00:00

Fix Lint Issue

This commit is contained in:
Qstick 2022-10-25 20:28:15 -05:00
parent 970b68e808
commit b0327163ef

View file

@ -1,4 +1,4 @@
using System.Collections.Generic;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text.RegularExpressions;
@ -68,7 +68,6 @@ public class IllegalCharactersValidator : PropertyValidator
public IllegalCharactersValidator()
: base("Contains illegal characters: {InvalidCharacters}")
{
}
protected override bool IsValid(PropertyValidatorContext context)