mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-21 22:25:03 -04:00
Reformat and apply Stylecop rules
This commit is contained in:
@@ -48,7 +48,10 @@ namespace NzbDrone.Core.Update
|
||||
|
||||
var update = _httpClient.Get<UpdatePackageAvailable>(request.Build()).Resource;
|
||||
|
||||
if (!update.Available) return null;
|
||||
if (!update.Available)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
return update.UpdatePackage;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user