mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
chore(rust): fix clippy
This commit is contained in:
parent
e25f6e2dd4
commit
bc0b69e5e7
1 changed files with 0 additions and 1 deletions
|
|
@ -1553,7 +1553,6 @@ impl<'a> Gen for Class<'a> {
|
|||
ClassElement::PropertyDefinition(_) | ClassElement::AccessorProperty(_)
|
||||
) {
|
||||
p.print_semicolon_after_statement();
|
||||
} else {
|
||||
}
|
||||
}
|
||||
p.needs_semicolon = false;
|
||||
|
|
|
|||
Loading…
Reference in a new issue