From d7884277544c4175250bfae40d03d792a5b76e8b Mon Sep 17 00:00:00 2001 From: Josh Gross 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 6c09f85..09a3d2f 100644 --- a/src/restore.ts +++ b/src/restore.ts @@ -78,7 +78,10 @@ async function run(): Promise { 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(