From 80ec827a67cf7b481871272391b4cc83c30aeafe Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 20:53:28 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- tasks/transform_conformance/update_fixtures.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/transform_conformance/update_fixtures.js b/tasks/transform_conformance/update_fixtures.js index 43d69a42df8e57..0e9c86fe71c40d 100644 --- a/tasks/transform_conformance/update_fixtures.js +++ b/tasks/transform_conformance/update_fixtures.js @@ -110,7 +110,7 @@ async function updateDir(dirPath, options, hasChangedOptions) { await backupFile(path); await writeFile(path, JSON.stringify(localOptions, null, 2) + '\n'); } - options = {...options, ...localOptions}; + options = { ...options, ...localOptions }; } // Run Babel with updated options/input