summaryrefslogtreecommitdiff
path: root/cli/tests/module_graph
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/module_graph')
-rw-r--r--cli/tests/module_graph/https_deno.land-x-transpile.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/module_graph/https_deno.land-x-transpile.tsx b/cli/tests/module_graph/https_deno.land-x-transpile.tsx
index 23167d2ff..02955bad8 100644
--- a/cli/tests/module_graph/https_deno.land-x-transpile.tsx
+++ b/cli/tests/module_graph/https_deno.land-x-transpile.tsx
@@ -1,5 +1,5 @@
export default class A {
render() {
- return (<div>Hello world!</div>);
+ return <div>Hello world!</div>;
}
}