From 3366fe3b026b6e4ab248f67cd7bc6c555efd71ae Mon Sep 17 00:00:00 2001 From: sw5678 <151949597+sw5678@users.noreply.github.com> Date: Mon, 12 May 2025 14:09:24 +0100 Subject: [PATCH] Fixed linting errors --- tests/operations/tests/WordCount.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/operations/tests/WordCount.mjs b/tests/operations/tests/WordCount.mjs index 41f67048..bc518de2 100644 --- a/tests/operations/tests/WordCount.mjs +++ b/tests/operations/tests/WordCount.mjs @@ -114,4 +114,4 @@ TestRegister.addTests([ }, ], } -]); \ No newline at end of file +]);