Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
hubcio2115 committed Mar 24, 2024
1 parent c099913 commit c442fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use crate::constants::{HxCompletion, HX_TAGS};
use tower_lsp::lsp_types::Position;
use tree_sitter::{Node, Point, Tree};
use crate::constants::{HxCompletion, HX_TAGS};

pub struct Document {
pub cst: Tree,
Expand Down

0 comments on commit c442fda

Please sign in to comment.