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

Commit ab16bca

Browse files
committed
Fix whitespace (aaargh)
1 parent 8d68827 commit ab16bca

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
@@ -348,7 +348,7 @@ protected void Dispose(bool disposing)
348348

349349
StopUI();
350350
if (disposables != null)
351-
disposables.Dispose();
351+
disposables.Dispose();
352352
disposables = null;
353353
if (tempContainer != null)
354354
tempContainer.Dispose();

0 commit comments

Comments
 (0)