Skip to content

Commit 2619851

Browse files
committed
Improve indention
1 parent 2f4e140 commit 2619851

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Flow.Launcher/ViewModel/MainViewModel.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1136,7 +1136,10 @@ private async Task QueryResultsAsync(int? searchDelay, bool isReQuery = false, b
11361136
{
11371137
ProgressBarVisibility = Visibility.Visible;
11381138
}
1139-
}, _updateSource.Token, TaskContinuationOptions.NotOnCanceled, TaskScheduler.Default);
1139+
},
1140+
_updateSource.Token,
1141+
TaskContinuationOptions.NotOnCanceled,
1142+
TaskScheduler.Default);
11401143

11411144
// plugins is ICollection, meaning LINQ will get the Count and preallocate Array
11421145

0 commit comments

Comments
 (0)