From b0327163efc24040758921bf99eeb4489503179e Mon Sep 17 00:00:00 2001 From: Qstick Date: Tue, 25 Oct 2022 20:28:15 -0500 Subject: [PATCH] Fix Lint Issue --- src/NzbDrone.Core/Organizer/FileNameValidation.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/NzbDrone.Core/Organizer/FileNameValidation.cs b/src/NzbDrone.Core/Organizer/FileNameValidation.cs index ec54c73cf..6159fb8eb 100644 --- a/src/NzbDrone.Core/Organizer/FileNameValidation.cs +++ b/src/NzbDrone.Core/Organizer/FileNameValidation.cs @@ -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 @@ namespace NzbDrone.Core.Organizer public IllegalCharactersValidator() : base("Contains illegal characters: {InvalidCharacters}") { - } protected override bool IsValid(PropertyValidatorContext context)