Skip to content

Commit c768a24

Browse files
committed
fix: remove unused imports
1 parent f3715c1 commit c768a24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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_in_place::Indent, make, syntax_factory::SyntaxFactory}, syntax_editor::SyntaxEditor,
2+
ast::{self, edit_in_place::Indent, syntax_factory::SyntaxFactory},
33
AstNode,
44
};
55

0 commit comments

Comments
 (0)