Remove type from RHS of declaration
Co-authored-by: Matt Thalman <mthalman@microsoft.com>
This commit is contained in:
parent
c5094a20a7
commit
3c0ca3d82d
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue