Improve indention

This commit is contained in:
Jack251970 2025-03-21 10:05:48 +08:00
parent 2f4e140fb0
commit 2619851632

View file

@ -1136,7 +1136,10 @@ namespace Flow.Launcher.ViewModel
{
ProgressBarVisibility = Visibility.Visible;
}
}, _updateSource.Token, TaskContinuationOptions.NotOnCanceled, TaskScheduler.Default);
},
_updateSource.Token,
TaskContinuationOptions.NotOnCanceled,
TaskScheduler.Default);
// plugins is ICollection, meaning LINQ will get the Count and preallocate Array