mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
Rustfmt to pass CI
This commit is contained in:
parent
a83ed374d0
commit
c29f158c20
3 changed files with 12 additions and 6 deletions
|
@ -494,8 +494,8 @@ pub fn handle_hover(
|
|||
|
||||
return Ok(Some(Hover {
|
||||
contents,
|
||||
range: Some(range)
|
||||
}))
|
||||
range: Some(range),
|
||||
}));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue