From 3a18a011257c9fc49e794adfa30cee2fd84bd9d3 Mon Sep 17 00:00:00 2001 From: Dmitry Shibanov Date: Mon, 5 Dec 2022 23:08:49 +0100 Subject: [PATCH] format code --- src/installer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/installer.ts b/src/installer.ts index 0062e76fb..fdcfd8198 100644 --- a/src/installer.ts +++ b/src/installer.ts @@ -213,7 +213,7 @@ export async function getInfoFromManifest( core.debug('No manifest cached'); manifest = await getManifest(auth); } - + core.info(`matching ${versionSpec}...`); const rel = await tc.findFromManifest(versionSpec, stable, manifest, arch);