Skip to content

Commit 0bc1b12

Browse files
Update src/VisualStudio/Core/Def/TableDataSource/Suppression/VisualStudioSuppressionFixService.cs
Co-authored-by: Joey Robichaud <[email protected]>
1 parent ef6467e commit 0bc1b12

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/VisualStudio/Core/Def/TableDataSource/Suppression/VisualStudioSuppressionFixService.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,8 @@ private static string GetWaitDialogMessage(bool isAddSuppression)
155155
var diagnosticsToFix = ImmutableHashSet<DiagnosticData>.Empty;
156156

157157
var result = await InvokeWithWaitDialogAsync(async cancellationToken =>
158-
{ // If we are fixing selected diagnostics in error list, then get the diagnostics from error list entry
158+
{
159+
// If we are fixing selected diagnostics in error list, then get the diagnostics from error list entry
159160
// snapshots. Otherwise, get all diagnostics from the diagnostic service.
160161
var diagnosticsToFixArray = selectedEntriesOnly
161162
? await _suppressionStateService.GetSelectedItemsAsync(isAddSuppression, cancellationToken).ConfigureAwait(true)

0 commit comments

Comments
 (0)