mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 14:10:03 +03:00
format code
This commit is contained in:
@@ -306,7 +306,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| {
|
||||
|
||||
Reference in New Issue
Block a user