소스 검색

Fixed whitespace

Jean-Pierre Bachmann 2 년 전
부모
커밋
0b71974054
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Emby.Server.Implementations/ScheduledTasks/Tasks/CleanupCollectionPathsTask.cs

+ 1 - 1
Emby.Server.Implementations/ScheduledTasks/Tasks/CleanupCollectionPathsTask.cs

@@ -74,7 +74,7 @@ public class CleanupCollectionPathsTask : IScheduledTask
 
         var collections = collectionsFolder.Children.OfType<BoxSet>().ToArray();
         _logger.LogTrace("Found {CollectionLength} Boxsets.", collections.Length);
-        
+
         for (var index = 0; index < collections.Length; index++)
         {
             var collection = collections[index];