aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_editor/src
diff options
context:
space:
mode:
authorSimon Vandel Sillesen <[email protected]>2019-01-06 07:08:23 +0000
committerSimon Vandel Sillesen <[email protected]>2019-01-06 07:08:23 +0000
commitbb8624dff65dca10997e3eec62df975e6e347558 (patch)
tree088caf548d6cf6c73f2480e65096934022ca70b8 /crates/ra_editor/src
parentcfaaf33069079ebd2627098aee09bd8ac76f9bd8 (diff)
format code
Diffstat (limited to 'crates/ra_editor/src')
-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 9742a10cf..ceef8b879 100644
--- a/crates/ra_editor/src/typing.rs
+++ b/crates/ra_editor/src/typing.rs
@@ -306,7 +306,7 @@ mod tests {
306 use super::*; 306 use super::*;
307 use crate::test_utils::{ 307 use crate::test_utils::{
308 add_cursor, assert_eq_text, check_action, extract_offset, extract_range, 308 add_cursor, assert_eq_text, check_action, extract_offset, extract_range,
309 }; 309};
310 310
311 fn check_join_lines(before: &str, after: &str) { 311 fn check_join_lines(before: &str, after: &str) {
312 check_action(before, after, |file, offset| { 312 check_action(before, after, |file, offset| {