Skip to content

Commit adec1f9

Browse files
committed
Tidy
1 parent ad9ede4 commit adec1f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/run-pass/impl-trait/bounds_regression.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ impl<T: FakeGenerator<Yield = ()>> FakeFuture for GenFuture<T> {
2929
type Output = T::Return;
3030
}
3131

32-
fn main() {}
32+
fn main() {}

0 commit comments

Comments
 (0)