mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Reformat and apply Stylecop rules
This commit is contained in:
@@ -73,7 +73,6 @@ namespace NzbDrone.Core.HealthCheck
|
||||
{
|
||||
_healthCheckResults.Remove(result.Source.Name);
|
||||
}
|
||||
|
||||
else
|
||||
{
|
||||
if (_healthCheckResults.Find(result.Source.Name) == null)
|
||||
@@ -145,9 +144,7 @@ namespace NzbDrone.Core.HealthCheck
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// TODO: Add debounce
|
||||
|
||||
PerformHealthCheck(filteredChecks.ToArray());
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user