Skip to content

Commit 95e38c8

Browse files
committed
cleanup
1 parent 5f87b45 commit 95e38c8

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
@@ -648,7 +648,7 @@ internal static void AddUiActionEngineTelemetryProperties(
648648
}
649649

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

0 commit comments

Comments
 (0)