From 3ffa694f6f7e3d53f63807f78267796f57911dd4 Mon Sep 17 00:00:00 2001
From: Ryan Ghadimi <114221941+GhadimiR@users.noreply.github.com>
Date: Wed, 19 Mar 2025 12:26:46 +0000
Subject: [PATCH] lint

---
 __tests__/download.test.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/__tests__/download.test.ts b/__tests__/download.test.ts
index 0effc40..ac79f4e 100644
--- a/__tests__/download.test.ts
+++ b/__tests__/download.test.ts
@@ -76,7 +76,7 @@ describe('download', () => {
       })
     )
     expect(core.info).toHaveBeenCalledWith('Total of 1 artifact(s) downloaded')
-    
+
     expect(core.setOutput).toHaveBeenCalledWith(
       'download-path',
       expect.any(String)