From 517ba2d3f2237e515413807940ce6d3b46536be8 Mon Sep 17 00:00:00 2001 From: "le_hooligan\\Yvng Alan" Date: Sun, 19 Nov 2023 17:48:14 -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 b08c2ff6..2b220232 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 +}; \ No newline at end of file