Skip to content

Commit

Permalink
fix: fix indentation error
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkurilla committed Nov 12, 2024
1 parent 4216615 commit 9085744
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::AstNodeEdit, edit_in_place, make, syntax_factory::SyntaxFactory}, syntax_editor::SyntaxEditor,
ast::{self, edit_in_place::Indent, make, syntax_factory::SyntaxFactory}, syntax_editor::SyntaxEditor,
AstNode,
};

Expand Down

0 comments on commit 9085744

Please sign in to comment.