From d109c38e3d6a7d789820c303d0474e996c257407 Mon Sep 17 00:00:00 2001 From: "le_hooligan\\Yvng Alan" Date: Sun, 19 Nov 2023 17:50:42 -0500 Subject: [PATCH] Fixed lint error --- frontend/src/common/utils/nameFormat.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/common/utils/nameFormat.ts b/frontend/src/common/utils/nameFormat.ts index 2b220232..70c16313 100644 --- a/frontend/src/common/utils/nameFormat.ts +++ b/frontend/src/common/utils/nameFormat.ts @@ -7,4 +7,4 @@ export const isNameValid = (name: string) : boolean => { } } return true; -}; \ No newline at end of file +};