removed trailing whitespace
This commit is contained in:
parent
abab0154b6
commit
053ae2452c
1 changed files with 4 additions and 4 deletions
|
|
@ -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()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue