From cc4326cd829decc95d1f1f23998f97705637e04b Mon Sep 17 00:00:00 2001 From: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Date: Tue, 31 Jan 2023 17:55:16 -0800 Subject: Re-run prettier after changes --- test/bun.js/snapshots.debug.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'test/bun.js/snapshots.debug.js') diff --git a/test/bun.js/snapshots.debug.js b/test/bun.js/snapshots.debug.js index e130188c0..cb774b382 100644 --- a/test/bun.js/snapshots.debug.js +++ b/test/bun.js/snapshots.debug.js @@ -1,8 +1,6 @@ // test/bun.js/module-require.snapshot.js import { __require as require } from "bun:wrap"; -console.log( - import.meta.require("/Users/jarred/Code/bun/node_modules/react/index.js"), -); +console.log(import.meta.require("/Users/jarred/Code/bun/node_modules/react/index.js")); // test/bun.js/require-referenceerror.snapshot.js -- cgit v1.2.3