diff options
Diffstat (limited to 'crates/ra_syntax/src/text_utils.rs')
-rw-r--r-- | crates/ra_syntax/src/text_utils.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_syntax/src/text_utils.rs b/crates/ra_syntax/src/text_utils.rs index adf26ef30..abda5ec39 100644 --- a/crates/ra_syntax/src/text_utils.rs +++ b/crates/ra_syntax/src/text_utils.rs | |||
@@ -23,4 +23,4 @@ pub fn replace_range(mut text: String, range: TextRange, replace_with: &str) -> | |||
23 | let end = u32::from(range.end()) as usize; | 23 | let end = u32::from(range.end()) as usize; |
24 | text.replace_range(start..end, replace_with); | 24 | text.replace_range(start..end, replace_with); |
25 | text | 25 | text |
26 | } \ No newline at end of file | 26 | } |