Skip to content

Commit 0bbf4ec

Browse files
[autofix.ci] apply automated fixes
1 parent 7f5c273 commit 0bbf4ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/oxc_transformer/src/plugins/module_runner_transform.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1061,7 +1061,7 @@ const a = 1, b = 2;
10611061

10621062
#[test]
10631063
fn export_named_from() {
1064-
// TODO: __vite_ssr_import_1__ should be last
1064+
// TODO: __vite_ssr_import_1__ should be last
10651065
test_same(
10661066
"export { ref, computed as c } from 'vue'",
10671067
"

0 commit comments

Comments
 (0)