fix: Remove unnecessary tabs in RemoveFileExtension method

This commit is contained in:
Marc Carbonell Belmonte 2024-07-10 17:25:22 +02:00
parent e97e5bfe8f
commit b1591f6224
1 changed files with 7 additions and 8 deletions

View File

@ -946,7 +946,6 @@ namespace NzbDrone.Core.Parser
{ {
return string.Empty; return string.Empty;
} }
return m.Value; return m.Value;
}); });