Skip to content

Commit 4c44165

Browse files
committed
Fix formatting
1 parent 83b2d78 commit 4c44165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ra_ide/src/extend_selection.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ fn extend_tokens_from_range(
113113
) -> Option<TextRange> {
114114
let analyzer = hir::SourceAnalyzer::new(db, root.clone(), None);
115115
let expansion = analyzer.expand(db, root.with_value(&macro_call))?;
116-
116+
117117
// compute original mapped token range
118118
let range = macro_call
119119
.syntax()

0 commit comments

Comments
 (0)