From 253bc6ef548fe00d280d931e696b18f828041323 Mon Sep 17 00:00:00 2001 From: Diogo Ribeiro Date: Thu, 5 Jun 2025 09:48:35 +0100 Subject: [PATCH] chore: add missing newline to testTodo --- src/testTodo.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/testTodo.ts b/src/testTodo.ts index 82e8fbd..dbb7e24 100644 --- a/src/testTodo.ts +++ b/src/testTodo.ts @@ -2,4 +2,4 @@ // TODO: Refactor this logic to improve performance export function testLogic() { return Math.random(); - } \ No newline at end of file + }