remove extra spacing

This commit is contained in:
Zachary Taylor
2025-01-02 01:02:11 +00:00
parent 0d16f91084
commit e31c9045e5
2 changed files with 0 additions and 2 deletions

View File

@@ -262,7 +262,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'];