Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[automated] Merge branch 'release/8.0.3xx' => 'release/8.0.4xx' #44085

Merged
merged 9 commits into from
Oct 11, 2024
Prev Previous commit
Next Next commit
add trailing ;
  • Loading branch information
marcpopMSFT authored and github-actions committed Sep 11, 2024
commit 26f211b1cf9f0dfe34ed8be21b40b8b9b7c10b53
2 changes: 1 addition & 1 deletion src/Cli/dotnet/Telemetry/DevDeviceIDGetter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public static string GetDeviceId()
catch
{
// If caching fails, return empty string to avoid sending a non-stored id
deviceId = ""
deviceId = "";
}
}

Expand Down
Loading