Skip to content

Commit 9415642

Browse files
committed
format completion.rs
1 parent 13395be commit 9415642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/tinymist-query/src/completion.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use crate::{
88
analysis::{BuiltinTy, InsTy, Ty},
99
prelude::*,
1010
syntax::{is_ident_like, DerefTarget},
11-
upstream::{autocomplete, complete_path, CompletionContext, to_lsp_snippet},
11+
upstream::{autocomplete, complete_path, to_lsp_snippet, CompletionContext},
1212
StatefulRequest,
1313
};
1414

0 commit comments

Comments
 (0)