mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 14:21:44 +00:00
fixed whitespace
This commit is contained in:
parent
8e8e1951e2
commit
8f09e13c06
1 changed files with 13 additions and 15 deletions
|
@ -4437,8 +4437,7 @@ fn $0fun_name() {
|
|||
extract_function,
|
||||
r#"
|
||||
fn func() {
|
||||
let i = 0;
|
||||
$0
|
||||
let i = 0;$0
|
||||
let a = 0;
|
||||
// comment here!
|
||||
let x = 0;$0
|
||||
|
@ -4447,7 +4446,6 @@ fn func() {
|
|||
r#"
|
||||
fn func() {
|
||||
let i = 0;
|
||||
|
||||
fun_name();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue