From c975a1c932017c7004255f24384cac41eb4b00f8 Mon Sep 17 00:00:00 2001 From: Toby Date: Fri, 26 Jul 2024 22:51:07 +0400 Subject: [PATCH] Add new line --- src/utils/validation.ts | 2 +- tsconfig.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/validation.ts b/src/utils/validation.ts index 1716b92..19ea56b 100644 --- a/src/utils/validation.ts +++ b/src/utils/validation.ts @@ -60,4 +60,4 @@ export const validateField = (fieldName: string, value: string): string | null = console.warn(`Unknown field for validation: ${fieldName}`); return null; } -}; \ No newline at end of file +}; diff --git a/tsconfig.json b/tsconfig.json index 31757fb..46ea176 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -20,4 +20,4 @@ "typeRoots": ["./src/index.d.ts"] }, "include": ["src"] -} \ No newline at end of file +}