From 234b8019b9b0cccd1666164c2c9dfe94500526fe Mon Sep 17 00:00:00 2001
From: Shubham Tiwari <tiwarishub@github.com>
Date: Thu, 24 Mar 2022 15:15:46 +0530
Subject: [PATCH] added new line

---
 __tests__/actionUtils.test.ts | 2 +-
 src/utils/actionUtils.ts      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/__tests__/actionUtils.test.ts b/__tests__/actionUtils.test.ts
index e6c6b7e..1652e35 100644
--- a/__tests__/actionUtils.test.ts
+++ b/__tests__/actionUtils.test.ts
@@ -271,4 +271,4 @@ test("isCacheFeatureAvailable for ac disabled on dotcom", () => {
         delete  process.env["GITHUB_SERVER_URL"];
     }
 
-});
\ No newline at end of file
+});
diff --git a/src/utils/actionUtils.ts b/src/utils/actionUtils.ts
index 07bae93..cd0ddeb 100644
--- a/src/utils/actionUtils.ts
+++ b/src/utils/actionUtils.ts
@@ -92,4 +92,4 @@ export function isCacheFeatureAvailable(): boolean {
     }
 
     return true;
-}
\ No newline at end of file
+}