diff --git a/src/restore.ts b/src/restore.ts
index 1aeff90..f180c2b 100644
--- a/src/restore.ts
+++ b/src/restore.ts
@@ -61,9 +61,7 @@ async function run(): Promise<void> {
         try {
             const cacheEntry = await cacheHttpClient.getCacheEntry(keys);
             if (!cacheEntry?.archiveLocation) {
-                core.info(
-                    `Cache not found for input keys: ${keys.join(", ")}`
-                );
+                core.info(`Cache not found for input keys: ${keys.join(", ")}`);
                 return;
             }