aboutsummaryrefslogtreecommitdiff
path: root/integration/snapshots/unicode-identifiers.debug.js
diff options
context:
space:
mode:
Diffstat (limited to 'integration/snapshots/unicode-identifiers.debug.js')
-rw-r--r--integration/snapshots/unicode-identifiers.debug.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/integration/snapshots/unicode-identifiers.debug.js b/integration/snapshots/unicode-identifiers.debug.js
index 6e23e2929..375d2b995 100644
--- a/integration/snapshots/unicode-identifiers.debug.js
+++ b/integration/snapshots/unicode-identifiers.debug.js
@@ -7,7 +7,7 @@ var halfπ = π / 2;
var d3_radians = π / 180;
var d3_degrees = 180 / π;
-export {d3_radians};
+export { d3_radians };
export function test() {
console.assert(ε === 0.000001);
return testDone(import.meta.url);