From e5eb84682b4b9b30b678bbeb96779adce96437b5 Mon Sep 17 00:00:00 2001 From: Niall Date: Wed, 21 Aug 2024 22:23:08 +0000 Subject: [PATCH] Patch for testing error > Newline required at end of file but not found eol-last --- tests/operations/tests/GeneratePassword.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/operations/tests/GeneratePassword.mjs b/tests/operations/tests/GeneratePassword.mjs index 07ef4c73..ecc764a1 100644 --- a/tests/operations/tests/GeneratePassword.mjs +++ b/tests/operations/tests/GeneratePassword.mjs @@ -54,4 +54,4 @@ TestRegister.addTests([ }, ], } -]); \ No newline at end of file +]);