Skip to content

Commit

Permalink
fix: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkurilla committed Nov 13, 2024
1 parent 9085744 commit 5458612
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use syntax::{
ast::{self, edit_in_place::Indent, make, syntax_factory::SyntaxFactory}, syntax_editor::SyntaxEditor,
ast::{self, edit_in_place::Indent, syntax_factory::SyntaxFactory},
AstNode,
};

Expand Down

0 comments on commit 5458612

Please # to comment.