Skip to content

Commit 758d85e

Browse files
committed
Cargo fmt
1 parent adf3751 commit 758d85e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/completion/command_params.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ impl Backend {
8787
return None;
8888
}
8989

90-
let start_pos = crate::text_position::offset_to_position(content, detected.content_start_offset);
90+
let start_pos =
91+
crate::text_position::offset_to_position(content, detected.content_start_offset);
9192
let edit_range = Range {
9293
start: start_pos,
9394
end: position,

0 commit comments

Comments
 (0)