Rustfmt to pass CI

This commit is contained in:
Jeremy A. Kolb 2018-11-07 09:13:16 -05:00 committed by Aleksey Kladov
parent a83ed374d0
commit c29f158c20
3 changed files with 12 additions and 6 deletions

View file

@ -494,8 +494,8 @@ pub fn handle_hover(
return Ok(Some(Hover {
contents,
range: Some(range)
}))
range: Some(range),
}));
}
}