소스 검색

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)
                         {
-
                             results[item.Id] = item;
                         }
                     }