From 8afc2a33c4ba40ca773aa45e88965285b4c08e64 Mon Sep 17 00:00:00 2001 From: Dmitry Meyer Date: Mon, 1 Sep 2025 15:35:10 +0000 Subject: [PATCH] style(frontend): Add missing final newline --- frontend/src/pages/Offers/List/styles.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/Offers/List/styles.module.scss b/frontend/src/pages/Offers/List/styles.module.scss index f5321171d..090ba3dbd 100644 --- a/frontend/src/pages/Offers/List/styles.module.scss +++ b/frontend/src/pages/Offers/List/styles.module.scss @@ -20,4 +20,4 @@ .greenText { color: awsui.$color-text-status-success; -} \ No newline at end of file +}