Visual Studio Reformat: Emby.Server.Implementations Part S-S

This commit is contained in:
Erwin de Haan
2019-01-13 20:22:24 +01:00
parent 39ef1106d7
commit 0efc699e3d
45 changed files with 111 additions and 138 deletions

View File

@@ -65,7 +65,7 @@ namespace Emby.Server.Implementations.ScheduledTasks.Tasks
foreach (var file in filesToDelete)
{
double percent = index / (double) filesToDelete.Count;
double percent = index / (double)filesToDelete.Count;
progress.Report(100 * percent);