mirror of
https://github.com/actions/setup-dotnet.git
synced 2026-01-13 01:50:53 +08:00
remove extra spacing
This commit is contained in:
@@ -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'];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user