From 2619851632eb8c62d67b17f4237d4d0c6c0726fc Mon Sep 17 00:00:00 2001 From: Jack251970 <1160210343@qq.com> Date: Fri, 21 Mar 2025 10:05:48 +0800 Subject: [PATCH] Improve indention --- Flow.Launcher/ViewModel/MainViewModel.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Flow.Launcher/ViewModel/MainViewModel.cs b/Flow.Launcher/ViewModel/MainViewModel.cs index 2673a92d1..6a8eb3761 100644 --- a/Flow.Launcher/ViewModel/MainViewModel.cs +++ b/Flow.Launcher/ViewModel/MainViewModel.cs @@ -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