Skip to content

Commit

Permalink
fix: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
9aoy committed Sep 6, 2024
1 parent 08c6b9c commit 7ad9563
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/plugin_import/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ impl<'a> VisitMut for ImportPlugin<'a> {
.unwrap_or(js_source.default_spec.clone())
.as_str(),
),
optional: false
optional: false,
},
})]
} else {
Expand Down
2 changes: 1 addition & 1 deletion crates/plugin_react_utils/src/import_react.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ impl VisitMut for ImportReact {
ctxt: local_ctxt,
span: local_span,
sym: JsWord::from("React"),
optional: false
optional: false,
},
})],
src: Box::new(Str {
Expand Down

0 comments on commit 7ad9563

Please sign in to comment.