Rustfmt to pass CI
This commit is contained in:
committed by
Aleksey Kladov
parent
a83ed374d0
commit
c29f158c20
@@ -494,8 +494,8 @@ pub fn handle_hover(
|
||||
|
||||
return Ok(Some(Hover {
|
||||
contents,
|
||||
range: Some(range)
|
||||
}))
|
||||
range: Some(range),
|
||||
}));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user