Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit a519d2d

Browse files
committed
Fix whitespace (aaargh)
1 parent 2e604b8 commit a519d2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.VisualStudio/Services/UIProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ protected void Dispose(bool disposing)
349349

350350
StopUI();
351351
if (disposables != null)
352-
disposables.Dispose();
352+
disposables.Dispose();
353353
disposables = null;
354354
if (tempContainer != null)
355355
tempContainer.Dispose();

0 commit comments

Comments
 (0)