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

Commit 44f47c5

Browse files
committed
Keep CA happy
1 parent afe1e0b commit 44f47c5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/GitHub.VisualStudio/Commands/ShowMessageBoxCommand.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,9 @@ public override Task Execute()
2828
return Task.CompletedTask;
2929
}
3030

31-
void ShowInfoMessage(string message)
31+
void ShowInfoMessage(string infoMessage)
3232
{
33-
ErrorHandler.ThrowOnFailure(VsShellUtilities.ShowMessageBox(
34-
serviceProvider, message, null,
33+
ErrorHandler.ThrowOnFailure(VsShellUtilities.ShowMessageBox(serviceProvider, infoMessage, null,
3534
OLEMSGICON.OLEMSGICON_INFO, OLEMSGBUTTON.OLEMSGBUTTON_OK, OLEMSGDEFBUTTON.OLEMSGDEFBUTTON_FIRST));
3635
}
3736
}

0 commit comments

Comments
 (0)