mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-20 21:54:58 -04:00
StyleCop
This commit is contained in:
@@ -26,7 +26,7 @@ namespace NzbDrone.Core.IndexerSearch.Definitions
|
||||
|
||||
public static string GetCleanSceneTitle(string title)
|
||||
{
|
||||
Ensure.That(title,() => title).IsNotNullOrWhiteSpace();
|
||||
Ensure.That(title, () => title).IsNotNullOrWhiteSpace();
|
||||
|
||||
var cleanTitle = BeginningThe.Replace(title, string.Empty);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user