Fixed whitespace

This commit is contained in:
Jean-Pierre Bachmann 2023-02-01 23:45:06 +01:00
parent 341658b552
commit 0b71974054
No known key found for this signature in database
GPG Key ID: 2105415132230DA5

View File

@ -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];