Skip to content

Commit 1b107d7

Browse files
committed
remove trailing whitespace in test
1 parent 35f6061 commit 1b107d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/ui/structs/manual-default-impl-could-be-derived.fixed

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ const fn g_const() -> G {
120120
struct I;
121121

122122
const fn i_const() -> I {
123-
I
123+
I
124124
}
125125

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

tests/ui/structs/manual-default-impl-could-be-derived.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ impl Default for H { //~ ERROR default_overrides_default_fields
151151
struct I;
152152

153153
const fn i_const() -> I {
154-
I
154+
I
155155
}
156156

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

0 commit comments

Comments
 (0)