mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-05 15:28:28 +01:00
ReSharper format: conform inline 'out' parameters.
This commit is contained in:
@@ -133,8 +133,7 @@ namespace Priority_Queue
|
||||
return false;
|
||||
}
|
||||
|
||||
SimpleNode node;
|
||||
if (_queue.TryDequeue(out node))
|
||||
if (_queue.TryDequeue(out var node))
|
||||
{
|
||||
item = node.Data;
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user