Skip to content

Commit 053ae24

Browse files
committed
removed trailing whitespace
1 parent abab015 commit 053ae24

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

crates/ide_assists/src/handlers/extract_variable.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1152,7 +1152,7 @@ struct S {
11521152
11531153
impl S {
11541154
fn new() -> S {
1155-
S {
1155+
S {
11561156
sub: X::new()
11571157
}
11581158
}
@@ -1181,7 +1181,7 @@ struct S {
11811181
11821182
impl S {
11831183
fn new() -> S {
1184-
S {
1184+
S {
11851185
sub: X::new()
11861186
}
11871187
}
@@ -1218,7 +1218,7 @@ struct S {
12181218
12191219
impl S {
12201220
fn new() -> S {
1221-
S {
1221+
S {
12221222
sub: X::new()
12231223
}
12241224
}
@@ -1247,7 +1247,7 @@ struct S {
12471247
12481248
impl S {
12491249
fn new() -> S {
1250-
S {
1250+
S {
12511251
sub: X::new()
12521252
}
12531253
}

0 commit comments

Comments
 (0)