Skip to content

Commit 9085744

Browse files
committed
fix: fix indentation error
1 parent 4216615 commit 9085744

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
use syntax::{
2-
ast::{self, edit::AstNodeEdit, edit_in_place, make, syntax_factory::SyntaxFactory}, syntax_editor::SyntaxEditor,
2+
ast::{self, edit_in_place::Indent, make, syntax_factory::SyntaxFactory}, syntax_editor::SyntaxEditor,
33
AstNode,
44
};
55

0 commit comments

Comments
 (0)