Remove type from RHS of declaration

Co-authored-by: Matt Thalman <mthalman@microsoft.com>
This commit is contained in:
Ella Hathaway 2023-08-08 09:32:43 -07:00 committed by Ella Hathaway
parent c5094a20a7
commit 3c0ca3d82d

View file

@ -47,7 +47,7 @@ namespace Microsoft.DotNet.SourceBuild.Tasks.UsageReport
/// <summary>
/// Sends HTTP requests and receives HTTP responses.
/// </summary>
private readonly HttpClient client = new HttpClient();
private readonly HttpClient client = new();
public override bool Execute() => ExecuteAsync().GetAwaiter().GetResult();