Skip to content

Commit 34dd288

Browse files
committed
style: cargo fmt
1 parent 5458612 commit 34dd288

File tree

1 file changed

+0
-1
lines changed
  • src/tools/rust-analyzer/crates/ide-assists/src/handlers

1 file changed

+0
-1
lines changed

src/tools/rust-analyzer/crates/ide-assists/src/handlers/add_braces.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ pub(crate) fn add_braces(acc: &mut Assists, ctx: &AssistContext<'_>) -> Option<(
3939
},
4040
expr.syntax().text_range(),
4141
|builder| {
42-
4342
let make = SyntaxFactory::new();
4443
let mut editor = builder.make_editor(&expr.syntax());
4544

0 commit comments

Comments
 (0)