From 4c4416543ab14c9a0a246907f41be0658f97c6fc Mon Sep 17 00:00:00 2001 From: Edwin Cheng Date: Wed, 1 Jan 2020 02:48:19 +0800 Subject: Fix formatting --- crates/ra_ide/src/extend_selection.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates') 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( ) -> Option { let analyzer = hir::SourceAnalyzer::new(db, root.clone(), None); let expansion = analyzer.expand(db, root.with_value(¯o_call))?; - + // compute original mapped token range let range = macro_call .syntax() -- cgit v1.2.3