mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Enable all analyzers and enforce code style on build
Fixes #3406 Fixes #3407 Fixes #3408 Fixes #3409 Fixes #3410 Fixes #3411 Fixes #3412 Fixes #3413 Fixes #3414 Fixes #3415 Fixes #3416 Fixes #3417 Fixes #3418 Fixes #3419 Fixes #3420 Fixes #3421 Fixes #3422 Fixes #3423
This commit is contained in:
parent
7ac0e43c29
commit
1bc0b5f950
79 changed files with 155 additions and 162 deletions
|
@ -266,7 +266,7 @@ namespace NzbDrone.Core.Configuration
|
|||
|
||||
var valueHolder = parentContainer.Descendants(key).ToList();
|
||||
|
||||
if (valueHolder.Count() == 1)
|
||||
if (valueHolder.Count == 1)
|
||||
{
|
||||
return valueHolder.First().Value.Trim();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue