From bdf52d7ae8f16490f5aa393ff51a1b7e3ce15dc2 Mon Sep 17 00:00:00 2001 From: Josh Gross <jogros@microsoft.com> Date: Fri, 13 Dec 2019 15:33:33 -0500 Subject: [PATCH] Linting --- src/restore.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/restore.ts b/src/restore.ts index aa8761c..32b5b5e 100644 --- a/src/restore.ts +++ b/src/restore.ts @@ -77,7 +77,10 @@ async function run(): Promise<void> { utils.setCacheState(cacheEntry); // Download the cache from the cache entry - await cacheHttpClient.downloadCache(cacheEntry?.archiveLocation, archivePath); + await cacheHttpClient.downloadCache( + cacheEntry?.archiveLocation, + archivePath + ); const archiveFileSize = utils.getArchiveFileSize(archivePath); core.info(