Skip to content

Commit 81fd409

Browse files
committed
style: run cargo fmt.
1 parent de25207 commit 81fd409

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ls/src/features/signature_help.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ pub fn signature_help(
7676
let mut curr_name = name;
7777
let mut curr_type = ty;
7878
loop {
79-
let ty_str = format!("{}: {}", curr_name, ty_to_string(curr_type));
79+
let ty_str =
80+
format!("{}: {}", curr_name, ty_to_string(curr_type));
8081
param_info.push(ParameterInformation {
8182
label: ParameterLabel::LabelOffsets([
8283
curr_signature.len() as u32,

0 commit comments

Comments
 (0)