1
0
mirror of https://github.com/actions/setup-dotnet.git synced 2026-02-18 15:31:20 +01:00

Remove extra spacing

This commit is contained in:
Zachary Taylor
2025-01-02 01:03:07 +00:00
parent 9798ae12d7
commit fb81433816
2 changed files with 0 additions and 2 deletions

View File

@@ -263,7 +263,6 @@ export class DotnetCoreInstaller {
versionParts: string[]
): Promise<string> {
const response = await httpClient.getJson<any>(DotNetCoreIndexUrl);
const result = response.result || {};
let releasesInfo: any[] = result['releases-index'];