aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_editor
diff options
context:
space:
mode:
authorSimon Vandel Sillesen <[email protected]>2019-01-07 05:24:07 +0000
committerSimon Vandel Sillesen <[email protected]>2019-01-07 05:24:07 +0000
commitf3c708ab7babc4e94250cbfbaae0fdd3919284ce (patch)
tree8a5cbff8441aa399ea3063a38f372f029f8673ed /crates/ra_editor
parent979dcf36e42f7dac5cf7adfdd48257973e95ca6f (diff)
my formatting tool locally messes things up
Diffstat (limited to 'crates/ra_editor')
-rw-r--r--crates/ra_editor/src/typing.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_editor/src/typing.rs b/crates/ra_editor/src/typing.rs
index c0b22a9ec..12500854c 100644
--- a/crates/ra_editor/src/typing.rs
+++ b/crates/ra_editor/src/typing.rs
@@ -335,7 +335,7 @@ mod tests {
335 use super::*; 335 use super::*;
336 use crate::test_utils::{ 336 use crate::test_utils::{
337 add_cursor, assert_eq_text, check_action, extract_offset, extract_range, 337 add_cursor, assert_eq_text, check_action, extract_offset, extract_range,
338 }; 338};
339 339
340 fn check_join_lines(before: &str, after: &str) { 340 fn check_join_lines(before: &str, after: &str) {
341 check_action(before, after, |file, offset| { 341 check_action(before, after, |file, offset| {