浏览代码

Remove empty line

Co-authored-by: Cody Robibero <cody@robibe.ro>
Daniel 4 年之前
父节点
当前提交
7a3109104b
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      Emby.Server.Implementations/Collections/CollectionManager.cs

+ 0 - 1
Emby.Server.Implementations/Collections/CollectionManager.cs

@@ -354,7 +354,6 @@ namespace Emby.Server.Implementations.Collections
                         }
                         }
                         if (!alreadyInResults)
                         if (!alreadyInResults)
                         {
                         {
-
                             results[item.Id] = item;
                             results[item.Id] = item;
                         }
                         }
                     }
                     }