From 5bb8741438e0c26c6f8d7dc071e8953ac7c4b278 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Tue, 15 Oct 2024 20:58:29 +0200 Subject: [PATCH] EOL EOF --- test/fixtures/es-module-loaders/hooks-input.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fixtures/es-module-loaders/hooks-input.mjs b/test/fixtures/es-module-loaders/hooks-input.mjs index 96d6841ce7201d..854b8e619281e4 100644 --- a/test/fixtures/es-module-loaders/hooks-input.mjs +++ b/test/fixtures/es-module-loaders/hooks-input.mjs @@ -89,4 +89,4 @@ export async function load(url, context, next) { writeSync(1, JSON.stringify(returnValue) + '\n'); // For the test to validate when it parses stdout return returnValue; -} \ No newline at end of file +}