Skip to content

Commit eb9b7b1

Browse files
fix(mf): apply rustfmt in sharing runtime modules
1 parent f2fcf34 commit eb9b7b1

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

crates/rspack_plugin_mf/src/sharing/consume_shared_runtime_module.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ impl RuntimeModule for ConsumeSharedRuntimeModule {
145145
)
146146
};
147147
module_id_to_consume_data_mapping.insert(id, consume_data);
148-
149148
}
150149
};
151150
// Match enhanced/webpack behavior: include all referenced chunks so async ones are mapped too

crates/rspack_plugin_mf/src/sharing/share_runtime_module.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ impl RuntimeModule for ShareRuntimeModule {
9696
"{{ name: {}, version: {}, factory: {}, eager: {}, layer: {}, treeShakingMode: {}",
9797
json_stringify(&info.name),
9898
json_stringify(&info.version.to_string()),
99-
10099
info.factory,
101100
if info.eager { "1" } else { "0" },
102101
json_stringify(&info.layer),

0 commit comments

Comments
 (0)