mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 01:54:42 +01:00
ReSharper format: conform inline 'out' parameters.
This commit is contained in:
@@ -364,8 +364,7 @@ namespace Emby.Server.Implementations.ScheduledTasks
|
||||
{
|
||||
var list = new List<Tuple<Type, TaskOptions>>();
|
||||
|
||||
Tuple<Type, TaskOptions> item;
|
||||
while (_taskQueue.TryDequeue(out item))
|
||||
while (_taskQueue.TryDequeue(out var item))
|
||||
{
|
||||
if (list.All(i => i.Item1 != item.Item1))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user