fixed whitespace

This commit is contained in:
Jeroen Vannevel 2022-01-22 13:28:23 +00:00
parent 8e8e1951e2
commit 8f09e13c06

View File

@ -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();
} }