Skip to content

Commit

Permalink
style:format handle_reference function
Browse files Browse the repository at this point in the history
Signed-off-by: Xiaok29 <1526783667@qq.com>
  • Loading branch information
XiaoK29 committed Nov 21, 2023
1 parent f8f4663 commit 26cc6ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kclvm/tools/src/LSP/src/request.rs
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ pub(crate) fn handle_reference(
snapshot.word_index_map.clone(),
Some(snapshot.vfs.clone()),
log,
&db.gs
&db.gs,
) {
core::result::Result::Ok(locations) => Ok(Some(locations)),
Err(msg) => {
Expand Down

0 comments on commit 26cc6ee

Please sign in to comment.