Skip to content

Commit

Permalink
format completion.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Song-Nop committed Dec 8, 2024
1 parent 13395be commit 9415642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/tinymist-query/src/completion.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use crate::{
analysis::{BuiltinTy, InsTy, Ty},
prelude::*,
syntax::{is_ident_like, DerefTarget},
upstream::{autocomplete, complete_path, CompletionContext, to_lsp_snippet},
upstream::{autocomplete, complete_path, to_lsp_snippet, CompletionContext},
StatefulRequest,
};

Expand Down

0 comments on commit 9415642

Please sign in to comment.