Fix formatting

This commit is contained in:
Laurențiu Nicola 2022-03-04 08:15:17 +02:00
parent 9d43291533
commit 4b16b9b74b

View File

@ -1324,7 +1324,11 @@ pub(crate) fn handle_inlay_hints(
let range = params
.range
.map(|range| {
from_proto::file_range(&snap, TextDocumentIdentifier::new(document_uri.to_owned()), range)
from_proto::file_range(
&snap,
TextDocumentIdentifier::new(document_uri.to_owned()),
range,
)
})
.transpose()?;
Ok(snap