From 9901b84bc68ccc82ac745f039750f18665acef53 Mon Sep 17 00:00:00 2001 From: maguire-arman Date: Fri, 1 Aug 2025 14:37:00 -0400 Subject: [PATCH] Removes trailing whitespace from .env.dev Removes an unnecessary empty line at the end of the .env.dev file, improving code cleanliness. --- playwright-tests/.env.dev | 1 - 1 file changed, 1 deletion(-) diff --git a/playwright-tests/.env.dev b/playwright-tests/.env.dev index 0f8e62d0c..00c66dc6c 100644 --- a/playwright-tests/.env.dev +++ b/playwright-tests/.env.dev @@ -27,4 +27,3 @@ ADMIN_SERVICE_API_URL="https://issadminapi.dev.sagaws.net/iss-admin/api/v1/" # API authentication (replace with actual value when running tests) CCIS_API_AUTH="undefined" -