fixed whitespace
This commit is contained in:
parent
8e8e1951e2
commit
8f09e13c06
@ -4437,8 +4437,7 @@ fn $0fun_name() {
|
|||||||
extract_function,
|
extract_function,
|
||||||
r#"
|
r#"
|
||||||
fn func() {
|
fn func() {
|
||||||
let i = 0;
|
let i = 0;$0
|
||||||
$0
|
|
||||||
let a = 0;
|
let a = 0;
|
||||||
// comment here!
|
// comment here!
|
||||||
let x = 0;$0
|
let x = 0;$0
|
||||||
@ -4447,7 +4446,6 @@ fn func() {
|
|||||||
r#"
|
r#"
|
||||||
fn func() {
|
fn func() {
|
||||||
let i = 0;
|
let i = 0;
|
||||||
|
|
||||||
fun_name();
|
fun_name();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user