From f84b876af2651a3823499441d33434ce856f5d6b Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 10:58:59 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- test/js/node/path/fixtures/path-resolve.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/js/node/path/fixtures/path-resolve.js b/test/js/node/path/fixtures/path-resolve.js index 95f52331e9ae01..8ed5bbebcd3155 100644 --- a/test/js/node/path/fixtures/path-resolve.js +++ b/test/js/node/path/fixtures/path-resolve.js @@ -1,4 +1,4 @@ // Tests resolving a path in the context of a spawned process. // See https://github.com/nodejs/node/issues/7215 -var path = require('path'); -console.log(path.resolve(process.argv[2])); \ No newline at end of file +var path = require("path"); +console.log(path.resolve(process.argv[2]));