Fix formatting

This commit is contained in:
Edwin Cheng 2020-01-01 02:48:19 +08:00
parent 83b2d78bbb
commit 4c4416543a

View File

@ -113,7 +113,7 @@ fn extend_tokens_from_range(
) -> Option<TextRange> {
let analyzer = hir::SourceAnalyzer::new(db, root.clone(), None);
let expansion = analyzer.expand(db, root.with_value(&macro_call))?;
// compute original mapped token range
let range = macro_call
.syntax()