Skip to content

Commit 7e6b447

Browse files
committed
cleanup
1 parent d9a2c66 commit 7e6b447

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/NuGet.Clients/NuGet.PackageManagement.UI/Actions/UIActionEngine.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ internal static void AddUiActionEngineTelemetryProperties(
649649

650650
// log the single top level package the user is installing or removing
651651
if (userAction != null)
652-
{
652+
{
653653
// userAction.Version can be null for deleted packages.
654654
actionTelemetryEvent.ComplexData["SelectedPackage"] = ToTelemetryPackage(userAction.PackageId, userAction.Version?.ToNormalizedString() ?? string.Empty, userAction.VersionRange?.OriginalString);
655655
actionTelemetryEvent["SelectedIndex"] = selectedIndex;

0 commit comments

Comments
 (0)