Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Jan 28, 2022
1 parent 82fd15f commit 939dde6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/rome_formatter/src/ts/import/any_import_clause.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ impl ToFormatElement for AnyJsImportClause {
named_clause.to_format_element(formatter)
}
AnyJsImportClause::JsImportNamespaceClause(e) => e.to_format_element(formatter),
AnyJsImportClause::JsName(name) => name.to_format_element(formatter),
}
}
}

0 comments on commit 939dde6

Please sign in to comment.