Skip to content

Commit

Permalink
remove trailing whitespace in test
Browse files Browse the repository at this point in the history
  • Loading branch information
estebank committed Dec 19, 2024
1 parent 35f6061 commit 1b107d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ const fn g_const() -> G {
struct I;

const fn i_const() -> I {
I
I
}

// Account for a `const` and struct literal being the `Default::default()` of a field's type.
Expand Down
2 changes: 1 addition & 1 deletion tests/ui/structs/manual-default-impl-could-be-derived.rs
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ impl Default for H { //~ ERROR default_overrides_default_fields
struct I;

const fn i_const() -> I {
I
I
}

// Account for a `const` and struct literal being the `Default::default()` of a field's type.
Expand Down

0 comments on commit 1b107d7

Please sign in to comment.