diff options
Diffstat (limited to 'crates/ra_editor/src')
-rw-r--r-- | crates/ra_editor/src/typing.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_editor/src/typing.rs b/crates/ra_editor/src/typing.rs index 9703e0371..01acdda7c 100644 --- a/crates/ra_editor/src/typing.rs +++ b/crates/ra_editor/src/typing.rs | |||
@@ -20,7 +20,7 @@ pub fn join_lines(file: &SourceFileNode, range: TextRange) -> LocalEdit { | |||
20 | return LocalEdit { | 20 | return LocalEdit { |
21 | edit: EditBuilder::new().finish(), | 21 | edit: EditBuilder::new().finish(), |
22 | cursor_position: None, | 22 | cursor_position: None, |
23 | } | 23 | }; |
24 | } | 24 | } |
25 | Some(pos) => pos, | 25 | Some(pos) => pos, |
26 | }; | 26 | }; |