diff options
Diffstat (limited to 'integration/snapshots/forbid-in-is-correct.hmr.debug.js')
-rw-r--r-- | integration/snapshots/forbid-in-is-correct.hmr.debug.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integration/snapshots/forbid-in-is-correct.hmr.debug.js b/integration/snapshots/forbid-in-is-correct.hmr.debug.js index d7dd7a5bb..66d57db56 100644 --- a/integration/snapshots/forbid-in-is-correct.hmr.debug.js +++ b/integration/snapshots/forbid-in-is-correct.hmr.debug.js @@ -12,7 +12,7 @@ Bun.activate(true); var hmr = new FastHMR(346837007, "forbid-in-is-correct.js", FastRefresh), exports = hmr.exports; (hmr._load = function() { var foo = () => { - var D = (i, r) => () => (r || i((r = {exports: {} }).exports, r), r.exports); + var D = (i, r) => () => (r || i((r = { exports: {} }).exports, r), r.exports); return D; }; function test() { |