Skip to content

Commit 9e39738

Browse files
Fix formatting (#80129)
2 parents 3d559ef + 3bb3ae6 commit 9e39738

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/VisualStudio/Core/Def/ExternalAccess/UnitTesting/VisualStudioGlobalOperationNotificationService.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ internal sealed partial class VisualStudioGlobalOperationNotificationService : A
2222
[ImportingConstructor]
2323
[Obsolete(MefConstruction.ImportingConstructorMessage, error: true)]
2424
public VisualStudioGlobalOperationNotificationService(
25-
IThreadingContext threadingContext,
26-
IAsynchronousOperationListenerProvider listenerProvider) : base(listenerProvider, threadingContext.DisposalToken)
25+
IThreadingContext threadingContext,
26+
IAsynchronousOperationListenerProvider listenerProvider) : base(listenerProvider, threadingContext.DisposalToken)
2727
{
2828
_solutionEventMonitor = new SolutionEventMonitor(this);
2929

0 commit comments

Comments
 (0)