removed trailing whitespace

This commit is contained in:
Jeroen Vannevel 2022-01-05 02:16:22 +00:00
parent abab0154b6
commit 053ae2452c
No known key found for this signature in database
GPG Key ID: 78EF5F52F38C49BD

View File

@ -1152,7 +1152,7 @@ struct S {
impl S {
fn new() -> S {
S {
S {
sub: X::new()
}
}
@ -1181,7 +1181,7 @@ struct S {
impl S {
fn new() -> S {
S {
S {
sub: X::new()
}
}
@ -1218,7 +1218,7 @@ struct S {
impl S {
fn new() -> S {
S {
S {
sub: X::new()
}
}
@ -1247,7 +1247,7 @@ struct S {
impl S {
fn new() -> S {
S {
S {
sub: X::new()
}
}