From 48fea4d2710c969675440d2ddb56556e5aeea828 Mon Sep 17 00:00:00 2001 From: simbig Date: Mon, 19 Aug 2024 10:45:27 +0000 Subject: [PATCH] refactor: Apply eslint fix --- src/stringToColor.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stringToColor.test.ts b/src/stringToColor.test.ts index 3ec56fa..e1708d5 100644 --- a/src/stringToColor.test.ts +++ b/src/stringToColor.test.ts @@ -31,4 +31,4 @@ function isValidColor(color: string): boolean { element.style.borderColor = color; return element.style.borderColor.length !== 0; -} \ No newline at end of file +}