style(transformer/optional-chaining): code style nit (#7468)

This commit is contained in:
overlookmotel 2024-11-25 10:51:42 +00:00
parent e26916ceae
commit 111d722fe1

View file

@ -101,7 +101,7 @@ impl<'a, 'ctx> Traverse<'a> for OptionalChaining<'a, 'ctx> {
{
self.transform_update_expression(expr, ctx);
}
_ => (),
_ => {}
};
}