mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-01 13:28:27 +01:00
ReSharper format: conform inline 'out' parameters.
This commit is contained in:
@@ -846,8 +846,7 @@ namespace Emby.Drawing
|
||||
{
|
||||
lock (_locks)
|
||||
{
|
||||
LockInfo info;
|
||||
if (_locks.TryGetValue(key, out info))
|
||||
if (_locks.TryGetValue(key, out var info))
|
||||
{
|
||||
info.Count++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user