From 27e30eac22b89925723f41a4f332e0a7433fcdd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vinicius=20Louren=C3=A7o?= <12551007+H4ad@users.noreply.github.com> Date: Tue, 13 Aug 2024 13:35:32 -0300 Subject: [PATCH] Update test/fixtures/GH-54265/index.js Co-authored-by: James M Snell --- test/fixtures/GH-54265/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fixtures/GH-54265/index.js b/test/fixtures/GH-54265/index.js index 4a1bd232aa8e2e..9caef6b88cb9dc 100644 --- a/test/fixtures/GH-54265/index.js +++ b/test/fixtures/GH-54265/index.js @@ -7,4 +7,4 @@ Module._cache = Object.create(null); require("./require-hook.js"); Module._cache = globalCache; -requireDep2(); \ No newline at end of file +requireDep2();