diff options
author | Edwin Cheng <[email protected]> | 2019-12-31 18:48:19 +0000 |
---|---|---|
committer | Edwin Cheng <[email protected]> | 2020-01-12 12:25:58 +0000 |
commit | 4c4416543ab14c9a0a246907f41be0658f97c6fc (patch) | |
tree | eaeb7b9c368ba65661c9eb511ad68a9472ebf9e6 /crates | |
parent | 83b2d78bbbe06cf7e00f8de732f8bd4264b82a46 (diff) |
Fix formatting
Diffstat (limited to 'crates')
-rw-r--r-- | crates/ra_ide/src/extend_selection.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_ide/src/extend_selection.rs b/crates/ra_ide/src/extend_selection.rs index c6f558021..e48ef8649 100644 --- a/crates/ra_ide/src/extend_selection.rs +++ b/crates/ra_ide/src/extend_selection.rs | |||
@@ -113,7 +113,7 @@ fn extend_tokens_from_range( | |||
113 | ) -> Option<TextRange> { | 113 | ) -> Option<TextRange> { |
114 | let analyzer = hir::SourceAnalyzer::new(db, root.clone(), None); | 114 | let analyzer = hir::SourceAnalyzer::new(db, root.clone(), None); |
115 | let expansion = analyzer.expand(db, root.with_value(¯o_call))?; | 115 | let expansion = analyzer.expand(db, root.with_value(¯o_call))?; |
116 | 116 | ||
117 | // compute original mapped token range | 117 | // compute original mapped token range |
118 | let range = macro_call | 118 | let range = macro_call |
119 | .syntax() | 119 | .syntax() |