diff options
Diffstat (limited to 'integration/snapshots/forbid-in-is-correct.debug.js')
-rw-r--r-- | integration/snapshots/forbid-in-is-correct.debug.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integration/snapshots/forbid-in-is-correct.debug.js b/integration/snapshots/forbid-in-is-correct.debug.js index 2d36946ea..90fbeaef4 100644 --- a/integration/snapshots/forbid-in-is-correct.debug.js +++ b/integration/snapshots/forbid-in-is-correct.debug.js @@ -1,5 +1,5 @@ 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; }; export function test() { |