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

@ -261,7 +261,7 @@ impl Analysis {
pub fn doc_comment_for(
&self,
file_id: FileId,
symbol: FileSymbol
symbol: FileSymbol,
) -> Cancelable<Option<String>> {
self.imp.doc_comment_for(file_id, symbol)
}