Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jul 10, 2024
1 parent cb9b68e commit 12b8bdf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/swc_ecma_ast/src/pat.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ impl Clone for Pat {
impl Default for Pat {
fn default() -> Self {
Invalid { span: DUMMY_SP }.into()
Pat::Invalid(Invalid { span: DUMMY_SP })
}
}
impl Take for Pat {
Expand Down

0 comments on commit 12b8bdf

Please sign in to comment.