mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-28 13:01:34 +00:00
ReSharper format: conform inline 'out' parameters.
This commit is contained in:
parent
65bd052f3e
commit
e867446437
124 changed files with 354 additions and 820 deletions
|
|
@ -90,11 +90,9 @@ namespace Emby.Server.Implementations.HttpClientManager
|
|||
throw new ArgumentNullException(nameof(host));
|
||||
}
|
||||
|
||||
HttpClientInfo client;
|
||||
|
||||
var key = host + enableHttpCompression;
|
||||
|
||||
if (!_httpClients.TryGetValue(key, out client))
|
||||
if (!_httpClients.TryGetValue(key, out var client))
|
||||
{
|
||||
client = new HttpClientInfo();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue