Re-run dotnet format and enable style enforcement. (#8053)

This commit is contained in:
Cory
2020-04-07 11:17:17 -05:00
committed by GitHub
parent 4f9670413d
commit 6dc00de864
29 changed files with 1399 additions and 1355 deletions

View File

@@ -89,7 +89,7 @@ namespace Jackett.Common.Indexers
MinimumSeedTime = 172800, // 48 hours
Title = title,
Comments = magnetUri,
Category = new List<int> {category},
Category = new List<int> { category },
Guid = guid,
PublishDate = publishDate,
Description = infoHash,