style: cargo fmt

This commit is contained in:
David Kurilla 2024-11-15 18:02:16 +00:00
parent c768a24673
commit b68ae2b150

View File

@ -39,7 +39,6 @@ pub(crate) fn add_braces(acc: &mut Assists, ctx: &AssistContext<'_>) -> Option<(
},
expr.syntax().text_range(),
|builder| {
let make = SyntaxFactory::new();
let mut editor = builder.make_editor(&expr.syntax());