my formatting tool locally messes things up

This commit is contained in:
Simon Vandel Sillesen 2019-01-07 06:24:07 +01:00
parent 979dcf36e4
commit f3c708ab7b

View File

@ -335,7 +335,7 @@ mod tests {
use super::*;
use crate::test_utils::{
add_cursor, assert_eq_text, check_action, extract_offset, extract_range,
};
};
fn check_join_lines(before: &str, after: &str) {
check_action(before, after, |file, offset| {