mirror of
https://github.com/danbulant/oxc
synced 2026-05-25 04:42:10 +00:00
style(transformer/optional-chaining): code style nit (#7468)
This commit is contained in:
parent
e26916ceae
commit
111d722fe1
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ impl<'a, 'ctx> Traverse<'a> for OptionalChaining<'a, 'ctx> {
|
|||
{
|
||||
self.transform_update_expression(expr, ctx);
|
||||
}
|
||||
_ => (),
|
||||
_ => {}
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue